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/common/openshift-cluster/redeploy-certificates | |
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/common/openshift-cluster/redeploy-certificates')
-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 5a13dbb90..438f704bc 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 }}" |