|
|
@ -1,4 +1,5 @@
|
|
|
|
#!/usr/bin/python
|
|
|
|
#!/usr/bin/python
|
|
|
|
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# This file is part of Ansible
|
|
|
|
# This file is part of Ansible
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Ansible is free software: you can redistribute it and/or modify
|
|
|
|
# Ansible is free software: you can redistribute it and/or modify
|
|
|
@ -88,8 +89,9 @@ options:
|
|
|
|
choices: [ 'yes', 'no' ]
|
|
|
|
choices: [ 'yes', 'no' ]
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Recursively sets the specified ACL (added in Ansible 2.0). Incompatible with C(state=query).
|
|
|
|
- Recursively sets the specified ACL (added in Ansible 2.0). Incompatible with C(state=query).
|
|
|
|
|
|
|
|
author:
|
|
|
|
author: "Brian Coca (@bcoca)"
|
|
|
|
- "Brian Coca (@bcoca)"
|
|
|
|
|
|
|
|
- "Jérémie Astori (@astorije)"
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
|
- The "acl" module requires that acls are enabled on the target filesystem and that the setfacl and getfacl binaries are installed.
|
|
|
|
- The "acl" module requires that acls are enabled on the target filesystem and that the setfacl and getfacl binaries are installed.
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|