ansible/files
Brian Coca 8a2459c643 Merge pull request #2590 from noseka1/devel
Fix ini_file module, avoid bracklets in key break idempotence
2015-12-02 20:44:59 -08:00
..
__init__.py
acl.py
assemble.py
copy.py This fixes copy with the remote_src option 2015-11-18 13:12:59 +01:00
fetch.py
file.py fixed typo EEXISTS is actually EEXIST 2015-11-30 07:23:29 -08:00
find.py since find doesn't make changes, support check mode and gather data for other tasks in check mode 2015-10-28 09:32:01 -04:00
ini_file.py Fix #2475 ini_file module: bracklets in key break idempotence 2015-12-02 20:31:27 -08:00
lineinfile.py
replace.py
stat.py Fix 'stat' module document 2015-12-02 18:20:20 +09:00
synchronize.py Change the example of rsync_opts to use a list instead of a string 2015-09-22 13:59:37 -07:00
template.py
unarchive.py improved error message when no handler found 2015-11-30 11:47:38 -08:00
xattr.py