Browse Source

Uninstall: only restart docker on node hosts.

Andrew Butcher 9 năm trước cách đây
mục cha
commit
4cdca35953
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      playbooks/adhoc/uninstall.yml

+ 3 - 0
playbooks/adhoc/uninstall.yml

@@ -181,5 +181,8 @@
     - name: Reload systemd manager configuration
       command: systemctl daemon-reload
 
+- hosts: nodes
+  sudo: yes
+  tasks:
     - name: restart docker
       service: name=docker state=restarted