diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
commit | bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (patch) | |
tree | 0a434c141abb0d6c4f672c7df3ac6aae468a638d /playbooks/openshift-node/scaleup.yml | |
parent | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff) | |
download | openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.gz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.bz2 openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.xz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.zip |
Include Deprecation - openshift-node
Diffstat (limited to 'playbooks/openshift-node/scaleup.yml')
-rw-r--r-- | playbooks/openshift-node/scaleup.yml | 6 |
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 |