Explorar el Código

Uninstall: only restart docker on node hosts.

Andrew Butcher hace 9 años
padre
commit
4cdca35953
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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