summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-21 09:22:49 -0400
committerGitHub <noreply@github.com>2017-06-21 09:22:49 -0400
commit34c0124658d029112b938f92616149655765b5de (patch)
tree07e13f28f51740dc4791b9cc9c26b456e9630aae
parent747e70e87985f39d98f3af34e26484d2ac4d795b (diff)
parentb09ee9185c7bfc090da27a02013dd0d2f8ed2220 (diff)
downloadopenshift-34c0124658d029112b938f92616149655765b5de.tar.gz
openshift-34c0124658d029112b938f92616149655765b5de.tar.bz2
openshift-34c0124658d029112b938f92616149655765b5de.tar.xz
openshift-34c0124658d029112b938f92616149655765b5de.zip
Merge pull request #4521 from bliemli/uninstall_fix
Restart NetworkManager only if dnsmasq was used
-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 27c3a9edd..ddd2ecebd 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -317,6 +317,7 @@
- name: restart NetworkManager
service: name=NetworkManager state=restarted
+ when: openshift_use_dnsmasq | default(true) | bool
- hosts: masters
become: yes