summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/scaleup.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 16:34:59 -0500
committerGitHub <noreply@github.com>2017-11-22 16:34:59 -0500
commit9a405010c5a656f89866906d29866ba98493e91b (patch)
treeb9bcd798419a79a5517d9b1f6909f88f98179e7c /playbooks/openshift-node/scaleup.yml
parentdbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532 (diff)
parentbf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (diff)
downloadopenshift-9a405010c5a656f89866906d29866ba98493e91b.tar.gz
openshift-9a405010c5a656f89866906d29866ba98493e91b.tar.bz2
openshift-9a405010c5a656f89866906d29866ba98493e91b.tar.xz
openshift-9a405010c5a656f89866906d29866ba98493e91b.zip
Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-node
Include Deprecation - openshift-node
Diffstat (limited to 'playbooks/openshift-node/scaleup.yml')
-rw-r--r--playbooks/openshift-node/scaleup.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/openshift-node/scaleup.yml b/playbooks/openshift-node/scaleup.yml
index b4c39e37e..bdfd3d3e6 100644
--- a/playbooks/openshift-node/scaleup.yml
+++ b/playbooks/openshift-node/scaleup.yml
@@ -1,5 +1,5 @@
---
-- include: ../init/evaluate_groups.yml
+- import_playbook: ../init/evaluate_groups.yml
- name: Ensure there are new_nodes
hosts: localhost
@@ -16,6 +16,6 @@
# Need a better way to do the above check for node without
# running evaluate_groups and init/main.yml
-- include: ../init/main.yml
+- import_playbook: ../init/main.yml
-- include: private/config.yml
+- import_playbook: private/config.yml