ansible/files
Michael Scherer 9cbd4d0fad Fix old ticket #9092 where a playbook can enter in recursion
This can be tested with this command :

    ansible -c local -m copy -a 'src=/etc/group dest=foo/' all

This is a corner case of the algorithm used to find how we should
copy recursively a folder, and this commit detect it and avoid it.

Check https://github.com/ansible/ansible/issues/9092 for the story
2014-09-29 18:02:42 -04:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py file extensions! 2014-09-26 10:37:56 -04:00
assemble.py file extensions! 2014-09-26 10:37:56 -04:00
copy.py Fix old ticket #9092 where a playbook can enter in recursion 2014-09-29 18:02:42 -04:00
fetch.py file extensions! 2014-09-26 10:37:56 -04:00
file.py file extensions! 2014-09-26 10:37:56 -04:00
ini_file.py file extensions! 2014-09-26 10:37:56 -04:00
lineinfile.py file extensions! 2014-09-26 10:37:56 -04:00
replace.py file extensions! 2014-09-26 10:37:56 -04:00
stat.py file extensions! 2014-09-26 10:37:56 -04:00
synchronize.py file extensions! 2014-09-26 10:37:56 -04:00
template.py file extensions! 2014-09-26 10:37:56 -04:00
unarchive.py file extensions! 2014-09-26 10:37:56 -04:00
xattr.py file extensions! 2014-09-26 10:37:56 -04:00