Przeglądaj źródła

Fix uninstall.yml indentation for deamon-reload

  * command: systemctl daemon-reload need to be at the task level, not in the with_items
talset 8 lat temu
rodzic
commit
f9ecec42f5
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      playbooks/adhoc/uninstall.yml

+ 5 - 5
playbooks/adhoc/uninstall.yml

@@ -288,11 +288,11 @@
     - /usr/local/bin/oc
     - /usr/local/bin/kubectl
 
-    # Since we are potentially removing the systemd unit files for separated
-    # master-api and master-controllers services, so we need to reload the
-    # systemd configuration manager
-    - name: Reload systemd manager configuration
-      command: systemctl daemon-reload
+  # Since we are potentially removing the systemd unit files for separated
+  # master-api and master-controllers services, so we need to reload the
+  # systemd configuration manager
+  - name: Reload systemd manager configuration
+    command: systemctl daemon-reload
 
 - hosts: etcd
   become: yes