Browse Source

Merge pull request #496 from kubernetes-incubator/idempotency_resolvconf

Ignore changes on check resolvconf task
pull/603/head
Bogdan Dobrelya 8 years ago
committed by GitHub
parent
commit
bb72de0dc9
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