community.general/lib/ansible/modules/files
Toshio Kuratomi a6643160c5 Fix stat code to return name of group owning the file rather than name of group that the file's owner belongs to.
Followup to #17
2016-12-08 11:22:50 -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 fix to return vals docs 2016-12-08 11:22:50 -05:00
fetch.py fetch: fix the flat parameter description 2016-12-08 11:22:43 -05:00
file.py Fix C() formatting typo in file module 2016-12-08 11:22:48 -05:00
ini_file.py Added check mode support to the ini_file module 2016-12-08 11:22:45 -05:00
lineinfile.py Clarify the documented behaviour of insertbefore slightly. 2016-12-08 11:22:46 -05:00
replace.py Fix #10059 - replace module does not obey follow=yes 2016-12-08 11:22:39 -05:00
stat.py Fix stat code to return name of group owning the file rather than name of group that the file's owner belongs to. 2016-12-08 11:22:50 -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