Update loop_plugins example
This commit is contained in:
parent
79c2a34fa0
commit
f57e57ba54
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue