with_fileglob doesn't work out of the box for templates
This commit is contained in:
parent
881e7ea7ab
commit
6d6b90dbf5
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@
|
||||||
group: nagios
|
group: nagios
|
||||||
mode: 0644
|
mode: 0644
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- zones.d/master/*
|
- "{{ role_path }}/templates/zones.d/master/*"
|
||||||
notify: Reload icinga2 service
|
notify: Reload icinga2 service
|
||||||
|
|
Loading…
Reference in a new issue