summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/redeploy-certificates
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-04-10 13:16:52 -0400
committerRussell Teague <rteague@redhat.com>2017-04-10 13:16:52 -0400
commit4cf4cd702d9dddb26100df0a121ba8bc2de829be (patch)
tree9c59a2178e59ae29aab3770b54a95445a1181f4c /playbooks/common/openshift-cluster/redeploy-certificates
parent3ea629b458c78db194443563aab4a8d09e9a07b4 (diff)
downloadopenshift-4cf4cd702d9dddb26100df0a121ba8bc2de829be.tar.gz
openshift-4cf4cd702d9dddb26100df0a121ba8bc2de829be.tar.bz2
openshift-4cf4cd702d9dddb26100df0a121ba8bc2de829be.tar.xz
openshift-4cf4cd702d9dddb26100df0a121ba8bc2de829be.zip
Remove unnecessary folder refs
Diffstat (limited to 'playbooks/common/openshift-cluster/redeploy-certificates')
-rw-r--r--playbooks/common/openshift-cluster/redeploy-certificates/ca.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml b/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml
index cbb4a2434..3b26abcc7 100644
--- a/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml
+++ b/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml
@@ -130,7 +130,7 @@
state: absent
changed_when: false
-- include: ../../../common/openshift-etcd/restart.yml
+- include: ../openshift-etcd/restart.yml
# Update master config when ca-bundle not referenced. Services will be
# restarted below after new CA certificate has been distributed.
@@ -322,7 +322,7 @@
group: "{{ 'root' if item == 'root' else _ansible_ssh_user_gid.stdout }}"
with_items: "{{ client_users }}"
-- include: ../../../common/openshift-master/restart.yml
+- include: ../openshift-master/restart.yml
- name: Distribute OpenShift CA certificate to nodes
hosts: oo_nodes_to_config
@@ -371,4 +371,4 @@
state: absent
changed_when: false
-- include: ../../../common/openshift-node/restart.yml
+- include: ../openshift-node/restart.yml