Ver Fonte

Merge pull request #4521 from bliemli/uninstall_fix

Restart NetworkManager only if dnsmasq was used
Scott Dodson há 7 anos atrás
pai
commit
34c0124658
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      playbooks/adhoc/uninstall.yml

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