2016-08-29 14:39:55 +00:00
|
|
|
- name: Dnsmasq | apply resolvconf
|
|
|
|
command: /bin/true
|
|
|
|
notify:
|
|
|
|
- Dnsmasq | kill dhclient
|
|
|
|
- Dnsmasq | update resolvconf
|
2016-08-18 15:14:52 +00:00
|
|
|
when: ansible_os_family != "CoreOS"
|
2016-08-29 14:39:55 +00:00
|
|
|
|
|
|
|
- name: Dnsmasq | kill dhclient
|
|
|
|
shell: kill -11 $(pidof dhclient)
|
|
|
|
ignore_errors: true
|
|
|
|
|
|
|
|
- name: Dnsmasq | update resolvconf
|
|
|
|
command: resolvconf -u
|
|
|
|
ignore_errors: true
|