mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Fix up unbound.conf copy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user