updated encoding comment and expanded authors field
This commit is contained in:
parent
288a9d8500
commit
a1992ad890
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue