Lets try this syntax. :)

This commit is contained in:
Kevin Fenzi 2013-08-23 23:22:30 +00:00
parent d2b0a7832a
commit 5082e54355

View file

@ -43,7 +43,7 @@
- config - config
- name: install nrpe client configs - 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: with_items:
- [ 'check_mirrorlist_cache.cfg.j2', 'check_mirrorlist_cache.cfg' ] - [ 'check_mirrorlist_cache.cfg.j2', 'check_mirrorlist_cache.cfg' ]
- [ 'check_raid.cfg.j2', 'check_raid.cfg' ] - [ 'check_raid.cfg.j2', 'check_raid.cfg' ]