mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct reference to gem in easy_install resource
This commit is contained in:
parent
58863d3b48
commit
9e8ce34031
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ options:
|
|||
default: null
|
||||
state:
|
||||
description:
|
||||
- The desired state of the gem. C(latest) ensures that the latest version is installed.
|
||||
- The desired state of the library. C(latest) ensures that the latest version is installed.
|
||||
required: false
|
||||
choices: [present, latest]
|
||||
default: present
|
||||
|
|
Loading…
Reference in a new issue