summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-19 00:36:24 -0500
committerGitHub <noreply@github.com>2017-05-19 00:36:24 -0500
commitd68f9bcd41502d0422b6b06951c0b14f48e6d6fb (patch)
tree8e5cf83430acb2c3b695cde5465fbd1919c1dff2 /playbooks
parent0529a302d4311a34c5d297666615fd2fa0205120 (diff)
parentfcef48b82dca998eb1b87d4902331d29b8900026 (diff)
downloadopenshift-d68f9bcd41502d0422b6b06951c0b14f48e6d6fb.tar.gz
openshift-d68f9bcd41502d0422b6b06951c0b14f48e6d6fb.tar.bz2
openshift-d68f9bcd41502d0422b6b06951c0b14f48e6d6fb.tar.xz
openshift-d68f9bcd41502d0422b6b06951c0b14f48e6d6fb.zip
Merge pull request #4218 from abutcher/uninstall-container-engine-docker
Merged by openshift-bot
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/adhoc/uninstall.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index 6119990fe..1c8257162 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -313,7 +313,7 @@
- name: restart docker
service: name=docker state=restarted
ignore_errors: true
- when: "container_engine.state != 'started'"
+ when: not (container_engine | changed)
- name: restart NetworkManager
service: name=NetworkManager state=restarted