Quellcode durchsuchen

Correct include path to not follow symlink

Russell Teague vor 7 Jahren
Ursprung
Commit
075bfab4bc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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