improve list paremeter description. (#60948)

* improve list option description.
pull/61485/head
Yariv Amar 5 years ago committed by Sandra McCann
parent 08c7c6c204
commit 645fe296bd

@ -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…
Cancel
Save