Browse Source

Restart dnsmasq encase it was already running

Scott Dodson 8 years ago
parent
commit
3f51b98475
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

@@ -17,6 +17,7 @@
   template:
     src: origin-dns.conf.j2
     dest: /etc/dnsmasq.d/origin-dns.conf
+  notify: restart dnsmasq
 
 - name: Deploy additional dnsmasq.conf
   template: