Update loop_plugins example

This commit is contained in:
Michael DeHaan 2013-05-05 13:38:17 -04:00
parent 79c2a34fa0
commit f57e57ba54

View file

@ -14,7 +14,7 @@
- file: dest=/etc/fooapp state=directory
- copy: src=$item dest=/etc/fooapp/ owner=root mode=600
- copy: src={{ item }} dest=/etc/fooapp/ owner=root mode=600
with_fileglob: /playbooks/files/fooapp/*