Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BZ 1442942: Fix paths for file includes #3936

Merged
merged 1 commit into from
Apr 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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