diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-11-25 16:23:27 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-25 16:23:37 -0500 |
commit | 4cdca359532a61f2dbaf1f36ea13093a27494617 (patch) | |
tree | 2d95eb3789e3a57fe5530aa482c84222fb42ab92 /playbooks | |
parent | e3071fd15f70214fe9f13b847f2cc5443716d955 (diff) | |
download | openshift-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')
-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 |