Skip to content

Commit

Permalink
Fix paths for file includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnbikenc committed Apr 17, 2017
1 parent 90f6a70 commit 0204597
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -371,4 +371,4 @@
state: absent
changed_when: false

- include: ../openshift-node/restart.yml
- include: ../../openshift-node/restart.yml

0 comments on commit 0204597

Please sign in to comment.