mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +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:
|
description:
|
||||||
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
|
- The actual user or group that the ACL applies to when matching entity types user or group are selected.
|
||||||
type: str
|
type: str
|
||||||
|
default: ''
|
||||||
etype:
|
etype:
|
||||||
description:
|
description:
|
||||||
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.
|
- The entity type of the ACL to apply, see C(setfacl) documentation for more info.
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ options:
|
||||||
aliases: [ pkg ]
|
aliases: [ pkg ]
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
|
default: []
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether to install (C(present) or C(installed), C(latest)), or remove (C(absent) or C(removed)) a package.
|
- 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