diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-05-09 09:28:15 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-05-09 09:29:34 -0400 |
commit | d3c722403e7ee98bb8b7b47c92d0ec76d95c9e1d (patch) | |
tree | bc896f91a4cf76657847c7857a31dc2cf35873c4 /playbooks/adhoc | |
parent | a9bf2540412983ff65ea376eb2ed0675536dd102 (diff) | |
download | openshift-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')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 1 |
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 |