community.general/lib/ansible/modules/files
Tristan Fisher 75ef963922 removes bool type from validate. 2016-12-08 11:23:03 -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 updated content description to discourage using as a tempalte module 2016-12-08 11:22:54 -05:00
fetch.py update flat description 2016-12-08 11:22:59 -05:00
file.py removes bool type from validate. 2016-12-08 11:23:03 -05:00
find.py find module updated to be able to get checksums and stat data, also now it only stats a file once so it should be quite faster on large file sets 2016-12-08 11:22:53 -05:00
ini_file.py Added check mode support to the ini_file module 2016-12-08 11:22:45 -05:00
lineinfile.py use the right way to unescape line string Reference https://github.com/ansible/ansible/issues/10864 2016-12-08 11:23:03 -05:00
replace.py Update module "imports" to new style 2016-12-08 11:23:00 -05:00
stat.py stat doc fix fixes #1371 2016-12-08 11:23:02 -05:00
synchronize.py synchronize: don't add ssh_args to ssh_opts when false or null 2016-12-08 11:22:56 -05:00
template.py
unarchive.py generic fix for Exceptions that heppen when trying to set permissions on extracted files fixes ansible/ansible#10934 which is really a corner case 2016-12-08 11:22:58 -05:00
xattr.py