summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 13:25:22 -0500
committerGitHub <noreply@github.com>2017-11-22 13:25:22 -0500
commit84703c7100e3abef586a77899512f8c494f3f101 (patch)
tree036270affc5213e00f27268e1a01b3ebb2fc4dc5 /playbooks
parent2481c68973623afefa785f03a23d9515d1fba1dd (diff)
parentccb57c1a3ae9b8adfba16ee3480e455e9561df57 (diff)
downloadopenshift-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')
-rw-r--r--playbooks/openshift-checks/adhoc.yml4
-rw-r--r--playbooks/openshift-checks/health.yml4
-rw-r--r--playbooks/openshift-checks/pre-install.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/playbooks/openshift-checks/adhoc.yml b/playbooks/openshift-checks/adhoc.yml
index 036a63776..414090733 100644
--- a/playbooks/openshift-checks/adhoc.yml
+++ b/playbooks/openshift-checks/adhoc.yml
@@ -20,6 +20,6 @@
action: openshift_health_check
when: openshift_checks is undefined or not openshift_checks
-- include: ../init/main.yml
+- import_playbook: ../init/main.yml
-- include: private/adhoc.yml
+- import_playbook: private/adhoc.yml
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
diff --git a/playbooks/openshift-checks/pre-install.yml b/playbooks/openshift-checks/pre-install.yml
index 410204d6a..4511f6e3c 100644
--- a/playbooks/openshift-checks/pre-install.yml
+++ b/playbooks/openshift-checks/pre-install.yml
@@ -1,4 +1,4 @@
---
-- include: ../init/main.yml
+- import_playbook: ../init/main.yml
-- include: private/pre-install.yml
+- import_playbook: private/pre-install.yml