mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Fix sanity tests.
This commit is contained in:
parent
090706b581
commit
e4a6bfab14
3 changed files with 4 additions and 0 deletions
2
changelogs/fragments/403-sanity.yml
Normal file
2
changelogs/fragments/403-sanity.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
trivial:
|
||||
- "Fix currently failing sanity tests by properly specifying falsy defaults in module documentation (https://github.com/ansible-collections/ansible.posix/pull/403)."
|
||||
|
|
@ -44,6 +44,7 @@ options:
|
|||
description:
|
||||
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
|
||||
type: str
|
||||
default: ''
|
||||
etype:
|
||||
description:
|
||||
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ options:
|
|||
aliases: [ pkg ]
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
state:
|
||||
description:
|
||||
- Whether to install (C(present) or C(installed), C(latest)), or remove (C(absent) or C(removed)) a package.
|
||||
|
|
|
|||
Loading…
Reference in a new issue