check.yml 389 B

1234567891011121314
  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. - package_availability
  13. - package_update
  14. - package_version