You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/files
Jérémie Astori e95bcaeb8a Remove support for `d[efault]:` in entry permissions
It is not documented in [the Ansible doc page][1] nor
[the BSD setfacl man entry][2] (which means it might not be compatible
with BSD) so removing it does not break the API.

On the other hand, it does not conform with POSIX 1003.1e DRAFT
STANDARD 17 according to the [Linux setfacl man entry][3] so safer to
remove.

Finally, the most important reason: in non POSIX 1003.e mode, only ACL
entries without the permissions field are accepted, so having an
optional field here is very much error-prone.

[1]: http://docs.ansible.com/ansible/acl_module.html
[2]: http://www.freebsd.org/cgi/man.cgi?format=html&query=setfacl(1)
[3]: http://linuxcommand.org/man_pages/setfacl1.html
9 years ago
..
__init__.py package files 10 years ago
acl.py Remove support for `d[efault]:` in entry permissions 9 years ago
assemble.py added ignore hidden to assemble 9 years ago
copy.py Fix obvious copy-paste error in module docs 9 years ago
fetch.py Add missing GPLv3 License header 10 years ago
file.py now captures any exceptions when trying to create directories 10 years ago
find.py Add the ability to grep for content 10 years ago
ini_file.py Merge pull request #988 from isaacsimmons/ini-file-catch-interpolation-error 9 years ago
lineinfile.py minor doc fixes 9 years ago
replace.py minor doc fixes 9 years ago
stat.py Improved stat documentation 9 years ago
synchronize.py Modify the default for synchronize's dest_port again 9 years ago
template.py Merge pull request #1670 from mikeputnam/issue-1643-gpl-header 9 years ago
unarchive.py Also document in example that unarchive download was added in 2.0 9 years ago
xattr.py Proper author info for all remaining modules 10 years ago