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
Michael Scherer f6450e577f Add acl freebsd (#3656)
* FreeBSD do not support --omit-header and --absolute-names

* The option for following symlink wth getfacl is different on FreeBSD

* ZFS on Freebsd use nfsv4 acls, who use a slightly different syntax

* FreeBSD do not have a --test flag, so always return 'True'

* FreeBSD do not have the --omit-headers options, so we have to filter by ourself

* Mark Freebsd as working for the acl module
8 years ago
..
__init__.py
acl.py Add acl freebsd (#3656) 8 years ago
assemble.py unsafe writes! (#4314) 8 years ago
copy.py unsafe writes! (#4314) 8 years ago
fetch.py
file.py file module: add clarification on state=absent re files that do not exist. 8 years ago
find.py find.py: Editing contains description to say regex (#4452) 8 years ago
ini_file.py
lineinfile.py unsafe writes! (#4314) 8 years ago
replace.py unsafe writes! (#4314) 8 years ago
stat.py Refactor stat.py so that it would be more friendly for unittests. (#4462) 8 years ago
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 8 years ago
template.py
unarchive.py Fix #4202: Can't unarchive remote files (#4244) 8 years ago
xattr.py