fix regexp for resolv.conf
This commit is contained in:
parent
80ac2ec6fc
commit
51a0996087
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
line: nameserver {{ hostvars[item]['ansible_default_ipv4']['address'] }}
|
||||
dest: "{{resolvconffile}}"
|
||||
state: present
|
||||
insertafter: EOF
|
||||
insertafter: "^search.*$"
|
||||
backup: yes
|
||||
follow: yes
|
||||
with_items: groups['kube-master']
|
||||
|
|
Loading…
Reference in a new issue