diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-05 16:30:06 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-05 16:30:06 -0500 |
commit | 112e1696cc7d2c8c5b11682b584b45a37e947099 (patch) | |
tree | 07d19cfd81c7d323ac10a1fd1568f562014431c9 /playbooks/openshift-etcd/redeploy-ca.yml | |
parent | 968f614e984da91a4e883a9642af8e66d49d87a0 (diff) | |
download | openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.gz openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.bz2 openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.xz openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.zip |
Playbook Consolidation - etcd Upgrade
Diffstat (limited to 'playbooks/openshift-etcd/redeploy-ca.yml')
-rw-r--r-- | playbooks/openshift-etcd/redeploy-ca.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-etcd/redeploy-ca.yml b/playbooks/openshift-etcd/redeploy-ca.yml index b1d23675d..769d694ba 100644 --- a/playbooks/openshift-etcd/redeploy-ca.yml +++ b/playbooks/openshift-etcd/redeploy-ca.yml @@ -1,4 +1,4 @@ --- -- include: ../init/main.yml +- import_playbook: ../init/main.yml -- include: private/redeploy-ca.yml +- import_playbook: private/redeploy-ca.yml |