diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:26:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 13:26:55 -0500 |
commit | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (patch) | |
tree | 8bf7b5a9c95b3c7b3613b563a25dad45dbebfd83 /playbooks/openshift-etcd/scaleup.yml | |
parent | 84703c7100e3abef586a77899512f8c494f3f101 (diff) | |
parent | ee5a7693a20be56b60b965aa92b4727593dd811c (diff) | |
download | openshift-71e090a7a301ffd5ccef6bb78a28bfae96130ce6.tar.gz openshift-71e090a7a301ffd5ccef6bb78a28bfae96130ce6.tar.bz2 openshift-71e090a7a301ffd5ccef6bb78a28bfae96130ce6.tar.xz openshift-71e090a7a301ffd5ccef6bb78a28bfae96130ce6.zip |
Merge pull request #6225 from mtnbikenc/include-deprecation-openshift-etcd
Include Deprecation - openshift-etcd
Diffstat (limited to 'playbooks/openshift-etcd/scaleup.yml')
-rw-r--r-- | playbooks/openshift-etcd/scaleup.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-etcd/scaleup.yml b/playbooks/openshift-etcd/scaleup.yml index d83697131..7e9ab6834 100644 --- a/playbooks/openshift-etcd/scaleup.yml +++ b/playbooks/openshift-etcd/scaleup.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/scaleup.yml +- import_playbook: private/scaleup.yml |