Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
add dnsmasq restart signal
Browse files Browse the repository at this point in the history
  • Loading branch information
mylokin committed Oct 4, 2017
1 parent 0d36dc4 commit 967330a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: restart dnsmasq
service:
name: dnsmasq
state: restarted
1 change: 1 addition & 0 deletions tasks/dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
owner: root
group: root
mode: 0644
notify: restart dnsmasq
tags:
- dnsmasq

Expand Down
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
owner: root
group: root
mode: 0644
register: consul_conf
tags:
- configuration

Expand Down

0 comments on commit 967330a

Please sign in to comment.