Commit 237b9cb0 by Michael DeHaan

Merge pull request #7144 from nickbudi/devel

Add note about with_fileglob to "Looping over Fileglobs"
parents 58caeb7e 337682b6
......@@ -109,6 +109,8 @@ be used like this::
- copy: src={{ item }} dest=/etc/fooapp/ owner=root mode=600
with_fileglob:
- /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
``````````````````````````````````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment