community.general/lib/ansible/modules/files
Jérémie Astori 17170992c3 Ensure Python 2.4 compatibility and Linux-restricted support
- Make build_entry compatible with Python 2.4
- Re-add missing warning/comment that was forgotten while refactoring
- Replace `all()` with a good ol' for-loop Python 2.4 compatibility
- Make a condition check more explicit (when `state` is `query`)
- Make sure this module can only be run with on a Linux distribution
- Add a note about Linux-only support in the documentation
- Set the version in which recursive support was added, 2.0
2016-12-08 11:23:30 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Ensure Python 2.4 compatibility and Linux-restricted support 2016-12-08 11:23:30 -05:00
assemble.py added ignore hidden to assemble 2016-12-08 11:23:18 -05:00
copy.py Fix obvious copy-paste error in module docs 2016-12-08 11:23:30 -05:00
fetch.py Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
file.py now captures any exceptions when trying to create directories 2016-12-08 11:23:21 -05:00
find.py Add the ability to grep for content 2016-12-08 11:23:09 -05:00
ini_file.py Handle ini file properties that contain interpolation errors in the initial values 2016-12-08 11:23:23 -05:00
lineinfile.py Move validate command into doc fragment and fix a few typos 2016-12-08 11:23:24 -05:00
replace.py Move validate command into doc fragment and fix a few typos 2016-12-08 11:23:24 -05:00
stat.py Improved stat documentation 2016-12-08 11:23:20 -05:00
synchronize.py Modify the default for synchronize's dest_port again 2016-12-08 11:23:30 -05:00
template.py Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
unarchive.py Removed check whether destination directory is writable from files/unarchive.py. This check will prevent extraction of an archive if the archive does not actually write to the destination directory but only writes to any writable sub-directories of it. The underlying tar command will report errors should it try to write to read-only directories. 2016-12-08 11:23:29 -05:00
xattr.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00