change order here so things actually work
This commit is contained in:
parent
872376e840
commit
08c6cf0497
1 changed files with 1 additions and 1 deletions
|
@ -26,10 +26,10 @@
|
||||||
- name: rsyncd.conf file
|
- name: rsyncd.conf file
|
||||||
copy: src={{ item }} dest=/etc/rsyncd.conf mode=0644
|
copy: src={{ item }} dest=/etc/rsyncd.conf mode=0644
|
||||||
with_first_found:
|
with_first_found:
|
||||||
|
- rsyncd.conf.{{ rsync_group }}
|
||||||
- "{{ rsyncd_conf }}"
|
- "{{ rsyncd_conf }}"
|
||||||
- rsyncd.conf.{{ inventory_hostname }}
|
- rsyncd.conf.{{ inventory_hostname }}
|
||||||
- rsyncd.conf.{{ host_group }}
|
- rsyncd.conf.{{ host_group }}
|
||||||
- rsyncd.conf.{{ rsync_group }}
|
|
||||||
- rsyncd.conf.default
|
- rsyncd.conf.default
|
||||||
notify:
|
notify:
|
||||||
- restart xinetd
|
- restart xinetd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue