mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts: docsite/rst/guide_rax.rst plugins/callbacks/mail.py
This commit is contained in:
@@ -77,7 +77,7 @@ options:
|
||||
required: false
|
||||
default: null
|
||||
description:
|
||||
- DEPRECATED. The acl to set or remove. This must always be quoted in the form of '<etype>:<qualifier>:<perms>'. The qualifier may be empty for some types, but the type and perms are always requried. '-' can be used as placeholder when you do not care about permissions. This is now superceeded by entity, type and permissions fields.
|
||||
- DEPRECATED. The acl to set or remove. This must always be quoted in the form of '<etype>:<qualifier>:<perms>'. The qualifier may be empty for some types, but the type and perms are always requried. '-' can be used as placeholder when you do not care about permissions. This is now superseded by entity, type and permissions fields.
|
||||
|
||||
author: Brian Coca
|
||||
notes:
|
||||
|
||||
@@ -165,7 +165,7 @@ def main():
|
||||
res = {}
|
||||
|
||||
if key is None and state in ['present','absent']:
|
||||
module.fail_json(msg="%s needs a key paramter" % state)
|
||||
module.fail_json(msg="%s needs a key parameter" % state)
|
||||
|
||||
# All xattr must begin in user namespace
|
||||
if key is not None and not re.match('^user\.',key):
|
||||
|
||||
Reference in New Issue
Block a user