Browse Source

Enable dnsmasq service

Scott Dodson 8 years ago
parent
commit
82f7b7eab4
1 changed files with 6 additions and 0 deletions
  1. 6 0
      roles/openshift_node_dnsmasq/tasks/main.yml

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

@@ -29,6 +29,12 @@
   when: openshift_node_dnsmasq_additional_config_file is defined
   notify: restart dnsmasq
 
+- name: Enable dnsmasq
+  service:
+    name: dnsmasq
+    enabled: yes
+    state: started
+
 # Dynamic NetworkManager based dispatcher
 - include: ./network-manager.yml
   when: network_manager_active | bool