change order here so things actually work

This commit is contained in:
Kevin Fenzi 2017-03-09 21:02:49 +00:00
parent 872376e840
commit 08c6cf0497

View file

@ -26,10 +26,10 @@
- name: rsyncd.conf file
copy: src={{ item }} dest=/etc/rsyncd.conf mode=0644
with_first_found:
- rsyncd.conf.{{ rsync_group }}
- "{{ rsyncd_conf }}"
- rsyncd.conf.{{ inventory_hostname }}
- rsyncd.conf.{{ host_group }}
- rsyncd.conf.{{ rsync_group }}
- rsyncd.conf.default
notify:
- restart xinetd