community.general/lib/ansible/modules/files
Toshio Kuratomi f9a6ec95b0 Implement user,group,mode,selinux settings for unarchive.
This is a partial fix for #234.  Still have to figure out how to
make change reporting work as we can no longer rely on tar's --compare
option
2016-12-08 11:22:38 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py acl: Fix X support in ACL permissions 2016-12-08 11:22:36 -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 old ticket #9092 where a playbook can enter in recursion 2016-12-08 11:22:30 -05:00
fetch.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
file.py fix for allowing permissions on hard links and soft links + follow=yes 2016-12-08 11:22:37 -05:00
ini_file.py Adding file doc fragment to those modules in files/ missing it 2016-12-08 11:22:23 -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 Adding file doc fragment to those modules in files/ missing it 2016-12-08 11:22:23 -05:00
stat.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2016-12-08 11:22:25 -05:00
synchronize.py Note that `rsync` must be installed on both local & remote machine 2016-12-08 11:22:31 -05:00
template.py
unarchive.py Implement user,group,mode,selinux settings for unarchive. 2016-12-08 11:22:38 -05:00
xattr.py