summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/pkg5.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/pkg5.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/pkg5.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible_collections/community/general/plugins/modules/pkg5.py b/ansible_collections/community/general/plugins/modules/pkg5.py
index f6bc77a71..c4aace9f2 100644
--- a/ansible_collections/community/general/plugins/modules/pkg5.py
+++ b/ansible_collections/community/general/plugins/modules/pkg5.py
@@ -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