Fix up unbound.conf copy

This commit is contained in:
Kevin Fenzi 2014-02-11 18:02:34 +00:00
parent 72b18e1951
commit ea6c98fcf0

View file

@ -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