ansible/files
anatoly techtonik 4f2b99c1e0 acl: Fix X support in ACL permissions
If you try to set rwX permissions, ACL fails to set them at all.

Expected:

    $ sudo setfacl -m 'group::rwX' www
    ...
    drwxrwxr-x  2 root root  4096 Nov 10 17:09 www

With Ansible:

    acl: name=/var/www permissions=rwX etype=group state=present
    ...
    drwxrw-r-x  2 root root  4096 Nov 10 17:30 www

x for group is erased. =/
2014-11-10 20:32:05 +03:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py acl: Fix X support in ACL permissions 2014-11-10 20:32:05 +03:00
assemble.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
copy.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
fetch.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
file.py Use original_basename to set the dest path even if src is not set 2014-10-20 22:25:18 -04:00
ini_file.py Adding file doc fragment to those modules in files/ missing it 2014-10-01 20:55:50 -05:00
lineinfile.py Adding file doc fragment to those modules in files/ missing it 2014-10-01 20:55:50 -05:00
replace.py Adding file doc fragment to those modules in files/ missing it 2014-10-01 20:55:50 -05:00
stat.py Move from md5 to sha1 to work on FIPS-140 enabled systems 2014-11-06 21:25:55 -08:00
synchronize.py fix spelling 2014-10-11 21:11:30 -06:00
template.py file extensions! 2014-09-26 10:37:56 -04:00
unarchive.py Adding file doc fragment to those modules in files/ missing it 2014-10-01 20:55:50 -05:00
xattr.py file extensions! 2014-09-26 10:37:56 -04:00