mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +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 ]
|
||||
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