diff options
author | Russell Teague <rteague@redhat.com> | 2017-09-08 15:45:32 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-09-08 15:45:32 -0400 |
commit | 075bfab4bc3a8803c7c99e9833088fdb43167dd9 (patch) | |
tree | 2b4be47e76fd4f17c63a5446a98c13583a1b1a4e | |
parent | 99e68454aa30bf3c80a584447617342a2c4470e2 (diff) | |
download | openshift-075bfab4bc3a8803c7c99e9833088fdb43167dd9.tar.gz openshift-075bfab4bc3a8803c7c99e9833088fdb43167dd9.tar.bz2 openshift-075bfab4bc3a8803c7c99e9833088fdb43167dd9.tar.xz openshift-075bfab4bc3a8803c7c99e9833088fdb43167dd9.zip |
Correct include path to not follow symlink
-rw-r--r-- | playbooks/common/openshift-master/restart.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/restart.yml b/playbooks/common/openshift-master/restart.yml index 6fec346c3..4d73b8124 100644 --- a/playbooks/common/openshift-master/restart.yml +++ b/playbooks/common/openshift-master/restart.yml @@ -7,7 +7,7 @@ openshift_master_ha: "{{ groups.oo_masters_to_config | length > 1 }}" serial: 1 handlers: - - include: roles/openshift_master/handlers/main.yml + - include: ../../../roles/openshift_master/handlers/main.yml static: yes roles: - openshift_facts |