summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-06 11:39:31 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-06 11:39:31 -0400
commitb5f6e62bc1c16d8dbc241c64edd198b480492947 (patch)
tree11404e3d600aef23cb807222b99de47721980781
parent6cd266510dfa5423ae9af60ba191ff3aa1016100 (diff)
parent17f2e835e31854300e63a17e6fee55f8ede1639b (diff)
downloadopenshift-b5f6e62bc1c16d8dbc241c64edd198b480492947.tar.gz
openshift-b5f6e62bc1c16d8dbc241c64edd198b480492947.tar.bz2
openshift-b5f6e62bc1c16d8dbc241c64edd198b480492947.tar.xz
openshift-b5f6e62bc1c16d8dbc241c64edd198b480492947.zip
Merge pull request #1716 from brenton/unmask1
Unmask services
-rw-r--r--playbooks/adhoc/uninstall.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index 680964d80..8fb515982 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -53,6 +53,14 @@
- pcsd
failed_when: false
+ - name: unmask services
+ command: systemctl unmask "{{ item }}"
+ changed_when: False
+ failed_when: False
+ with_items:
+ - etcd
+ - firewalld
+
- name: Stop additional atomic services
service: name={{ item }} state=stopped
when: is_containerized | bool