summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-preflight/check.yml
blob: c5f05d0f0ccc1e2a115800ac89380f1ed89d55c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- hosts: OSEv3
  name: run OpenShift health checks
  roles:
    - openshift_health_checker
  post_tasks:
    # NOTE: we need to use the old "action: name" syntax until
    # https://github.com/ansible/ansible/issues/20513 is fixed.
    - action: openshift_health_check
      args:
        checks:
          - '@preflight'