diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 14:18:58 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 08:32:57 -0500 |
commit | 78f11c8f671015d40a630208b548d0790ec3a823 (patch) | |
tree | 59dc57f13d23edc34d86c76aaf3f758a2fec9718 /playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml | |
parent | 16e4acfe143e954c07c774c5c163fbd4ff1e4647 (diff) | |
download | openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.gz openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.bz2 openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.xz openshift-78f11c8f671015d40a630208b548d0790ec3a823.zip |
Playbook Consolidation - openshift-master
Diffstat (limited to 'playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml')
-rw-r--r-- | playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml b/playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml index f9d12251f..94e50cc28 100644 --- a/playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml +++ b/playbooks/byo/openshift-cluster/redeploy-etcd-certificates.yml @@ -15,4 +15,4 @@ vars: g_etcd_certificates_expired: "{{ ('expired' in (hostvars | oo_select_keys(groups['etcd']) | oo_collect('check_results.check_results.etcd') | oo_collect('health'))) | bool }}" -- include: ../../common/openshift-master/restart.yml +- include: ../../openshift-master/private/restart.yml |