Pārlūkot izejas kodu

Correct include path to not follow symlink

Russell Teague 7 gadi atpakaļ
vecāks
revīzija
075bfab4bc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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