mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Corrected formatting in docs for the gem-module
This commit is contained in:
@@ -31,7 +31,8 @@ options:
|
||||
description: The name of the gem to be managed.
|
||||
required: true
|
||||
state:
|
||||
description: The desired state of the gem. C(latest) ensures that the latest version is installed.
|
||||
description:
|
||||
- The desired state of the gem. C(latest) ensures that the latest version is installed.
|
||||
required: true
|
||||
choices: [present, absent, latest]
|
||||
gem_source:
|
||||
|
||||
Reference in New Issue
Block a user