Files
community.general/lib/ansible
anatoly techtonik 59a700ad17 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. =/
2016-12-08 11:22:36 -05:00
..
2015-05-03 21:47:26 -05:00
2016-11-29 12:34:30 -05:00
2016-12-05 14:15:43 -08:00
2016-11-23 16:30:46 -05:00
2016-12-05 13:03:14 -08:00
2016-10-03 11:46:31 -05:00
2015-05-03 21:47:26 -05:00