summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-checks/health.yml
blob: fc0f523d599fc0ddac2a9f3aedfe1ca154bf41a0 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Run OpenShift health checks
  hosts: OSEv3
  roles:
    - openshift_health_checker
  post_tasks:
    - action: openshift_health_check  # https://github.com/ansible/ansible/issues/20513
      args:
        checks:
          - '@health'