소스 검색

Merge pull request #2046 from talset/uninstall_indent

Fix uninstall.yml indentation for deamon-reload
Scott Dodson 8 년 전
부모
커밋
bd1d671b6d
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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