diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-08 09:25:20 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-08 09:25:20 -0500 |
commit | 440875336eb0df1c05056aeec8dc2ee0032a74d8 (patch) | |
tree | c9d26740b7b61ba477ddc615460c803ec411d57c | |
parent | 0fc6a695eff837ec140e439741fd446a2a10bccf (diff) | |
parent | 7d337314cb198a3989da313c7a4c9a0c2b08226a (diff) | |
download | openshift-440875336eb0df1c05056aeec8dc2ee0032a74d8.tar.gz openshift-440875336eb0df1c05056aeec8dc2ee0032a74d8.tar.bz2 openshift-440875336eb0df1c05056aeec8dc2ee0032a74d8.tar.xz openshift-440875336eb0df1c05056aeec8dc2ee0032a74d8.zip |
Merge pull request #1562 from brenton/master
Stop the etcd container during uninstall
-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 |