community.general/lib/ansible/modules/files
Michael Scherer 4e4e0cca17 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
2016-12-08 11:22:30 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py file extensions! 2016-12-08 11:22:22 -05:00
assemble.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
copy.py Fix old ticket #9092 where a playbook can enter in recursion 2016-12-08 11:22:30 -05:00
fetch.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
file.py Cannot readlink() on a hard link 2016-12-08 11:22:27 -05:00
ini_file.py Adding file doc fragment to those modules in files/ missing it 2016-12-08 11:22:23 -05:00
lineinfile.py Fix lineinfile documentation typo 2016-12-08 11:22:28 -05:00
replace.py Adding file doc fragment to those modules in files/ missing it 2016-12-08 11:22:23 -05:00
stat.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
synchronize.py fix spelling 2016-12-08 11:22:23 -05:00
template.py file extensions! 2016-12-08 11:22:22 -05:00
unarchive.py Remove redundant check for creates argument. 2016-12-08 11:22:23 -05:00
xattr.py file extensions! 2016-12-08 11:22:22 -05:00