mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Mention all yum list options in docs (#30706)
This commit is contained in:
parent
962528f511
commit
cca4f94736
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ options:
|
||||||
default: null
|
default: null
|
||||||
list:
|
list:
|
||||||
description:
|
description:
|
||||||
- Package name to run the equivalent of yum list <package> against.
|
- "Package name to run the equivalent of yum list <package> against. In addition to listing packages,
|
||||||
|
use can also list the following: C(installed), C(updates), C(available) and C(repos)."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue