You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/files
Toshio Kuratomi 9e0959d600 Fix for recursion traceback in copy with relative paths
This is a further fix for: https://github.com/ansible/ansible/issues/9092

when the relative path contains a subdirectory.  Like:

ansible localhost -m copy -a 'src=/etc/group dest=foo/bar/'
11 years ago
..
__init__.py package files 11 years ago
acl.py acl: Fix X support in ACL permissions 11 years ago
assemble.py Move from md5 to sha1 to work on FIPS-140 enabled systems 11 years ago
copy.py Fix for recursion traceback in copy with relative paths 11 years ago
fetch.py Move from md5 to sha1 to work on FIPS-140 enabled systems 11 years ago
file.py Merge pull request #790 from rhlmhrtr/file_documentation 11 years ago
ini_file.py Adding file doc fragment to those modules in files/ missing it 11 years ago
lineinfile.py Fix breakage in lineinfile check mode when target file does not exist. 11 years ago
replace.py Fix #10059 - replace module does not obey follow=yes 11 years ago
stat.py Merge pull request #17 from cooniur/devel 11 years ago
synchronize.py Fix documentation formatting 11 years ago
template.py file extensions! 11 years ago
unarchive.py Prefer gtar to tar 11 years ago
xattr.py file extensions! 11 years ago