diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-08 08:57:10 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-08 08:57:10 -0500 |
commit | 7d337314cb198a3989da313c7a4c9a0c2b08226a (patch) | |
tree | c9d26740b7b61ba477ddc615460c803ec411d57c /playbooks/adhoc | |
parent | 0fc6a695eff837ec140e439741fd446a2a10bccf (diff) | |
download | openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.gz openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.bz2 openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.tar.xz openshift-7d337314cb198a3989da313c7a4c9a0c2b08226a.zip |
Stop the etcd container during uninstall
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 2 |
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 |