mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add choices of the state parameter documentation (#50481)
* Add choices of the state parameter documentation * Consistency
This commit is contained in:
committed by
Dag Wieers
parent
e295315ef7
commit
df93e08d6a
@@ -104,6 +104,7 @@ options:
|
|||||||
- Whether to install or uninstall the package.
|
- Whether to install or uninstall the package.
|
||||||
- The module uses C(product_id) and whether it exists at the registry path
|
- The module uses C(product_id) and whether it exists at the registry path
|
||||||
to see whether it needs to install or uninstall the package.
|
to see whether it needs to install or uninstall the package.
|
||||||
|
choices: [ absent, present ]
|
||||||
default: present
|
default: present
|
||||||
aliases: [ ensure ]
|
aliases: [ ensure ]
|
||||||
username:
|
username:
|
||||||
|
|||||||
Reference in New Issue
Block a user