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
Maarten Claes e9c548da41 This fixes copy with the remote_src option
It was broken in 6e37f1dcef when the remote_src was added. Need to
pass the absolute path to copy2 instead of a tuple.
9 years ago
..
__init__.py
acl.py Fix physical walk on acl module for Linux 9 years ago
assemble.py minor doc fixes 9 years ago
copy.py This fixes copy with the remote_src option 9 years ago
fetch.py
file.py Fixed confusion in the docs 9 years ago
find.py since find doesn't make changes, support check mode and gather data for other tasks in check mode 9 years ago
ini_file.py minor doc fixes 9 years ago
lineinfile.py
replace.py
stat.py Added the checksum_algo alias to the stats module. 9 years ago
synchronize.py Change the example of rsync_opts to use a list instead of a string 9 years ago
template.py
unarchive.py Merge pull request #1525 from mjuenema/devel 9 years ago
xattr.py