diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:25:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 13:25:22 -0500 |
commit | 84703c7100e3abef586a77899512f8c494f3f101 (patch) | |
tree | 036270affc5213e00f27268e1a01b3ebb2fc4dc5 /playbooks/openshift-checks/health.yml | |
parent | 2481c68973623afefa785f03a23d9515d1fba1dd (diff) | |
parent | ccb57c1a3ae9b8adfba16ee3480e455e9561df57 (diff) | |
download | openshift-84703c7100e3abef586a77899512f8c494f3f101.tar.gz openshift-84703c7100e3abef586a77899512f8c494f3f101.tar.bz2 openshift-84703c7100e3abef586a77899512f8c494f3f101.tar.xz openshift-84703c7100e3abef586a77899512f8c494f3f101.zip |
Merge pull request #6223 from mtnbikenc/include-deprecation-openshift-checks
Include Deprecation - openshift-checks
Diffstat (limited to 'playbooks/openshift-checks/health.yml')
-rw-r--r-- | playbooks/openshift-checks/health.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-checks/health.yml b/playbooks/openshift-checks/health.yml index 64bfa411d..caac06626 100644 --- a/playbooks/openshift-checks/health.yml +++ b/playbooks/openshift-checks/health.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/health.yml +- import_playbook: private/health.yml |