Merge pull request #1172 from mattymo/dnsmasq_upgrade

Use checksum of dnsmasq config to trigger updates of dnsmasq
This commit is contained in:
Matthew Mosesohn
2017-03-22 18:00:10 +03:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -35,7 +35,12 @@
backup: yes
register: dnsmasq_config
- name: Stat dnsmasq configuration
- name: Stat dnsmasq link
stat:
path: /etc/dnsmasq.d-available/01-kube-dns.conf
register: dnsmasq_stat
- name: Stat dnsmasq link
stat:
path: /etc/dnsmasq.d/01-kube-dns.conf
register: sym