mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Update documented default value for rhel_rpm_ostree's name parameter to match implementation.
This commit is contained in:
parent
adcb28f806
commit
0fff8fde30
1 changed files with 1 additions and 0 deletions
|
|
@ -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