Przeglądaj źródła

Uninstall: only restart docker on node hosts.

Andrew Butcher 9 lat temu
rodzic
commit
4cdca35953
1 zmienionych plików z 3 dodań i 0 usunięć
  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