community.general/lib/ansible/modules/files
Brian Coca d6305bc938 fixed file module to use realpath when following links, readlink could be relative and fail in corner cases as per #852 2016-12-08 11:22:45 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py removed always for success, as data wont show on fail 2016-12-08 11:22:44 -05:00
assemble.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
copy.py removed always for success, as data wont show on fail 2016-12-08 11:22:44 -05:00
fetch.py fetch: fix the flat parameter description 2016-12-08 11:22:43 -05:00
file.py fixed file module to use realpath when following links, readlink could be relative and fail in corner cases as per #852 2016-12-08 11:22:45 -05:00
ini_file.py Added check mode support to the ini_file module 2016-12-08 11:22:45 -05:00
lineinfile.py Fix breakage in lineinfile check mode when target file does not exist. 2016-12-08 11:22:33 -05:00
replace.py Fix #10059 - replace module does not obey follow=yes 2016-12-08 11:22:39 -05:00
stat.py fixed typo on isgid 2016-12-08 11:22:44 -05:00
synchronize.py synchronize: use a single -F instead of -FF 2016-12-08 11:22:42 -05:00
template.py
unarchive.py Doc change - make clearer usage for existing remote file 2016-12-08 11:22:43 -05:00
xattr.py