Pārlūkot izejas kodu

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.
Scott Dodson 9 gadi atpakaļ
vecāks
revīzija
d3c722403e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      playbooks/adhoc/uninstall.yml

+ 1 - 0
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