mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fixed webdocs rendering error
This commit is contained in:
@@ -37,7 +37,7 @@ options:
|
|||||||
required: true
|
required: true
|
||||||
choices: [ present, latest, absent ]
|
choices: [ present, latest, absent ]
|
||||||
description:
|
description:
|
||||||
C(present) will make sure the package is installed.
|
- C(present) will make sure the package is installed.
|
||||||
C(latest) will make sure the latest version of the package is installed.
|
C(latest) will make sure the latest version of the package is installed.
|
||||||
C(absent) will make sure the specified package is not installed.
|
C(absent) will make sure the specified package is not installed.
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
Reference in New Issue
Block a user