mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Merge pull request #7144 from nickbudi/devel
Add note about with_fileglob to "Looping over Fileglobs"
This commit is contained in:
commit
237b9cb056
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ be used like this::
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- /playbooks/files/fooapp/*
|
- /playbooks/files/fooapp/*
|
||||||
|
|
||||||
|
.. note:: When using a relative path with ``with_fileglob`` in a role, Ansible resolves the path relative to the `roles/<rolename>/files` directory.
|
||||||
|
|
||||||
Looping over Parallel Sets of Data
|
Looping over Parallel Sets of Data
|
||||||
``````````````````````````````````
|
``````````````````````````````````
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue