diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 10:17:30 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 10:17:30 -0500 |
commit | ee5a7693a20be56b60b965aa92b4727593dd811c (patch) | |
tree | 82a8b3b77f31f572cb284290699ea886f88a19df /playbooks/common/openshift-cluster | |
parent | 4f83051b3b7c80e3ad71fc28108cd1fc3646b385 (diff) | |
download | openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.gz openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.bz2 openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.xz openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.zip |
Include Deprecation - openshift-etcd
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml b/playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml index d4e922ca9..8dc8c4afb 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/etcd-ca.yml @@ -39,7 +39,7 @@ tasks: - include_role: name: etcd - tasks_from: distribute_ca + tasks_from: distribute_ca.yml vars: etcd_sync_cert_dir: "{{ hostvars['localhost'].g_etcd_mktemp.stdout }}" etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}" |