Merge pull request #2300 from johanwiren/gemdocs
Corrected formatting in docs for the gem-module
This commit is contained in:
commit
51d7c120e1
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ options:
|
||||||
description: The name of the gem to be managed.
|
description: The name of the gem to be managed.
|
||||||
required: true
|
required: true
|
||||||
state:
|
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
|
required: true
|
||||||
choices: [present, absent, latest]
|
choices: [present, absent, latest]
|
||||||
gem_source:
|
gem_source:
|
||||||
|
|
Loading…
Add table
Reference in a new issue