improve list paremeter description. (#60948)
* improve list option description.
This commit is contained in:
parent
08c7c6c204
commit
645fe296bd
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ options:
|
|||
version_added: "2.0"
|
||||
list:
|
||||
description:
|
||||
- "Package name to run the equivalent of yum list <package> against. In addition to listing packages,
|
||||
- "Package name to run the equivalent of yum list --show-duplicates <package> against. In addition to listing packages,
|
||||
use can also list the following: C(installed), C(updates), C(available) and C(repos)."
|
||||
- This parameter is mutually exclusive with C(name).
|
||||
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