Browse Source

Make the role work on F25 Cloud

On F24 and earlier, systemctl show always returned 0. On F25, it
return 1 when a service do not exist, and thus the role fail
on Fedora 25 cloud edition.
Michael Scherer 8 years ago
parent
commit
0d4a22e83d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_node_dnsmasq/tasks/main.yml

+ 1 - 0
roles/openshift_node_dnsmasq/tasks/main.yml

@@ -4,6 +4,7 @@
     systemctl show NetworkManager
   register: nm_show
   changed_when: false
+  ignore_errors: True
 
 - name: Set fact using_network_manager
   set_fact: