Преглед изворни кода

Merge pull request #5342 from mtnbikenc/fix-include-through-symlink

Correct include path to not follow symlink
Scott Dodson пре 7 година
родитељ
комит
e33eefbcb2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      playbooks/common/openshift-master/restart.yml

+ 1 - 1
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