check.yml 326 B

123456789101112
  1. ---
  2. - hosts: OSEv3
  3. name: run OpenShift health checks
  4. roles:
  5. - openshift_health_checker
  6. post_tasks:
  7. # NOTE: we need to use the old "action: name" syntax until
  8. # https://github.com/ansible/ansible/issues/20513 is fixed.
  9. - action: openshift_health_check
  10. args:
  11. checks:
  12. - '@preflight'