Lets try this syntax. :)
This commit is contained in:
parent
d2b0a7832a
commit
5082e54355
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
- config
|
||||
|
||||
- name: install nrpe client configs
|
||||
template: src=${item.0} dest=/etc/nrpe.d/${item.1}
|
||||
template: src={{ item[0] }} dest=/etc/nrpe.d/{{ item[1] }}
|
||||
with_items:
|
||||
- [ 'check_mirrorlist_cache.cfg.j2', 'check_mirrorlist_cache.cfg' ]
|
||||
- [ 'check_raid.cfg.j2', 'check_raid.cfg' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue