mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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