summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/uninstall.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-05-09 09:28:15 -0400
committerScott Dodson <sdodson@redhat.com>2016-05-09 09:29:34 -0400
commitd3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d (patch)
treebc896f91a4cf76657847c7857a31dc2cf35873c4 /playbooks/adhoc/uninstall.yml
parenta9bf2540412983ff65ea376eb2ed0675536dd102 (diff)
downloadopenshift-d3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d.tar.gz
openshift-d3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d.tar.bz2
openshift-d3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d.tar.xz
openshift-d3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d.zip
Unmask atomic-openshift-master on uninstall
If you'd installed HA cluster this service would've been masked. If you then uninstalled and installed a non HA cluster you run into atomic-openshift-master service not being loaded.
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r--playbooks/adhoc/uninstall.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index 0755d8bc5..a407e326b 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -60,6 +60,7 @@
with_items:
- etcd
- firewalld
+ - atomic-openshift-master
- name: Stop additional atomic services
service: name={{ item }} state=stopped