Browse Source

Ignore changes on check resolvconf task

pull/496/head
Matthew Mosesohn 8 years ago
parent
commit
d8b06f3e2f
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/dnsmasq/tasks/resolvconf.yml

1
roles/dnsmasq/tasks/resolvconf.yml

@ -3,6 +3,7 @@
shell: which resolvconf
register: resolvconf
ignore_errors: yes
changed_when: false
- name: target resolv.conf file
set_fact:

Loading…
Cancel
Save