Browse Source

Merge pull request #3936 from mtnbikenc/fix-ca-paths

BZ 1442942: Fix paths for file includes
Russell Teague 8 years ago
parent
commit
9ace041daa
1 changed files with 3 additions and 3 deletions
  1. 3 3
      playbooks/common/openshift-cluster/redeploy-certificates/ca.yml

+ 3 - 3
playbooks/common/openshift-cluster/redeploy-certificates/ca.yml

@@ -130,7 +130,7 @@
       state: absent
     changed_when: false
 
-- include: ../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: ../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: ../openshift-node/restart.yml
+- include: ../../openshift-node/restart.yml