Remove duplicate documentation fields

This commit is contained in:
Toshio Kuratomi 2016-01-28 09:24:02 -08:00 committed by Matt Clay
commit f6aa1ff9a4
8 changed files with 8 additions and 23 deletions

View file

@ -22,8 +22,6 @@ version_added: "1.4"
short_description: Sets and retrieves file ACL information.
description:
- Sets and retrieves file ACL information.
notes:
- As of Ansible 2.0, this module only supports Linux distributions.
options:
name:
required: true
@ -94,6 +92,7 @@ author:
- "Jérémie Astori (@astorije)"
notes:
- The "acl" module requires that acls are enabled on the target filesystem and that the setfacl and getfacl binaries are installed.
- As of Ansible 2.0, this module only supports Linux distributions.
'''
EXAMPLES = '''