summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-etcd/private/ca.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-12-05 16:30:06 -0500
committerRussell Teague <rteague@redhat.com>2017-12-05 16:30:06 -0500
commit112e1696cc7d2c8c5b11682b584b45a37e947099 (patch)
tree07d19cfd81c7d323ac10a1fd1568f562014431c9 /playbooks/openshift-etcd/private/ca.yml
parent968f614e984da91a4e883a9642af8e66d49d87a0 (diff)
downloadopenshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.gz
openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.bz2
openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.tar.xz
openshift-112e1696cc7d2c8c5b11682b584b45a37e947099.zip
Playbook Consolidation - etcd Upgrade
Diffstat (limited to 'playbooks/openshift-etcd/private/ca.yml')
-rw-r--r--playbooks/openshift-etcd/private/ca.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-etcd/private/ca.yml b/playbooks/openshift-etcd/private/ca.yml
index c9f186e72..f3bb3c2d1 100644
--- a/playbooks/openshift-etcd/private/ca.yml
+++ b/playbooks/openshift-etcd/private/ca.yml
@@ -7,7 +7,7 @@
tasks:
- include_role:
name: etcd
- tasks_from: ca
+ tasks_from: ca.yml
vars:
etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"