update package module name option doc

Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
pull/83224/head
Sumit Jaiswal 1 month ago
parent 8ad68f12ee
commit 79e11bfb01

@ -31,6 +31,9 @@ options:
- Package names also vary with package manager; this module will not "translate" them per distribution. For example V(libyaml-dev), V(libyaml-devel).
- To operate on several packages this can accept a comma separated string of packages or a list of packages, depending on the underlying package manager.
required: true
type: list
elements: str
default: []
state:
description:
- Whether to install (V(present)), or remove (V(absent)) a package.

Loading…
Cancel
Save