mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use semantic markup (modules o-p) (#6681)
* Use semantic markup. * Use real option, not alias. * E() now works better.
This commit is contained in:
@@ -29,13 +29,13 @@ options:
|
||||
name:
|
||||
description:
|
||||
- An FRMI of the package(s) to be installed/removed/updated.
|
||||
- Multiple packages may be specified, separated by C(,).
|
||||
- Multiple packages may be specified, separated by V(,).
|
||||
required: true
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
description:
|
||||
- Whether to install (I(present), I(latest)), or remove (I(absent)) a package.
|
||||
- Whether to install (V(present), V(latest)), or remove (V(absent)) a package.
|
||||
choices: [ absent, latest, present, installed, removed, uninstalled ]
|
||||
default: present
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user