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
Dag Wieers c776932ca3 Don't add included files as arguments on the command line (#4626)
This means we will have to unarchive the complete archive if a single change is found.
Unfortunately we cannot fix this for `unzip`, the only hope is a pure-python reimplementation.

This fixes problems reported in the comments of #3810
8 years ago
..
__init__.py
acl.py
assemble.py
copy.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
fetch.py
file.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
find.py
ini_file.py added backup_file to module returns (#4723) 8 years ago
lineinfile.py
replace.py Declare empty diff dict ahead of time (#4646) 8 years ago
stat.py Python3 fixes to copy, file, and stat so that the connection integration tests can be run (#4632) 8 years ago
synchronize.py
template.py
unarchive.py Don't add included files as arguments on the command line (#4626) 8 years ago
xattr.py