diff options
| -rw-r--r-- | playbooks/adhoc/uninstall.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 538414508..1f1ada3f0 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/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  | 
