summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-03-08 08:57:10 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-03-08 08:57:10 -0500
commit7d337314cb198a3989da313c7a4c9a0c2b08226a (patch)
treec9d26740b7b61ba477ddc615460c803ec411d57c /playbooks
parent0fc6a695eff837ec140e439741fd446a2a10bccf (diff)
downloadopenshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.gz
openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.bz2
openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.xz
openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.zip
Stop the etcd container during uninstall
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 e68fd810a..680964d80 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -55,7 +55,7 @@
- name: Stop additional atomic services
service: name={{ item }} state=stopped
- when: is_atomic | bool
+ when: is_containerized | bool
with_items:
- etcd_container
failed_when: false