Quellcode durchsuchen

falsche einrückung

erdo vor 7 Jahren
Ursprung
Commit
1f7ee40240
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      roles/checkMK/tasks/main.yml

+ 4 - 4
roles/checkMK/tasks/main.yml

@@ -11,10 +11,10 @@
      loop_control:
      loop_control:
         label: "{{ item }}"
         label: "{{ item }}"
 
 
-  - debug:
-      var: {{ item }}
-    with_items:
-       - "{{ zones }}"
+   - debug:
+       var: {{ item }}
+     with_items:
+        - "{{ zones }}"
 
 
    - blockinfile:
    - blockinfile:
        path: "/opt/semaphore/hosts/{{ item.item }}"
        path: "/opt/semaphore/hosts/{{ item.item }}"