Fix up unbound.conf copy
This commit is contained in:
parent
72b18e1951
commit
ea6c98fcf0
1 changed files with 1 additions and 6 deletions
|
@ -4,12 +4,7 @@
|
|||
- unbound
|
||||
|
||||
- name: install unbound config
|
||||
copy: src={{ item }} dest=/etc/unbound/unbound.conf mode=644
|
||||
with_first_found:
|
||||
- "{{ unbound.conf }}"
|
||||
- unbound.conf.{{ ansible_fqdn }}-stg
|
||||
- unbound.conf.{{ datacenter }}
|
||||
- unbound.conf.{{ ansible_fqdn }}
|
||||
copy: src=unbound.conf dest=/etc/unbound/unbound.conf mode=644
|
||||
notify:
|
||||
- restart unbound
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue