summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2015-11-25 16:23:27 -0500
committerAndrew Butcher <abutcher@redhat.com>2015-11-25 16:23:37 -0500
commit4cdca359532a61f2dbaf1f36ea13093a27494617 (patch)
tree2d95eb3789e3a57fe5530aa482c84222fb42ab92 /playbooks/adhoc
parente3071fd15f70214fe9f13b847f2cc5443716d955 (diff)
downloadopenshift-4cdca359532a61f2dbaf1f36ea13093a27494617.tar.gz
openshift-4cdca359532a61f2dbaf1f36ea13093a27494617.tar.bz2
openshift-4cdca359532a61f2dbaf1f36ea13093a27494617.tar.xz
openshift-4cdca359532a61f2dbaf1f36ea13093a27494617.zip
Uninstall: only restart docker on node hosts.
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r--playbooks/adhoc/uninstall.yml3
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