Forráskód Böngészése

Restart dnsmasq encase it was already running

Scott Dodson 8 éve
szülő
commit
3f51b98475
1 módosított fájl, 1 hozzáadás és 0 törlés
  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: