mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-10 07:01:06 -07:00
Clarify description of 'state' in the package module (#57241)
This commit is contained in:
parent
2cb3094b68
commit
22b45f2c06
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ options:
|
||||||
required: true
|
required: true
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether to install (C(present)), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest).
|
- Whether to install (C(present)), or remove (C(absent)) a package.
|
||||||
|
- You can use other states like C(latest) ONLY if they are supported by the underlying package module(s) executed.
|
||||||
required: true
|
required: true
|
||||||
use:
|
use:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue