Ver Fonte

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 há 9 anos atrás
pai
commit
d3c722403e
1 ficheiros alterados com 1 adições e 0 exclusões
  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