| parameter |
required |
default |
choices |
comments |
| executable |
no |
|
|
Override the path to the gem executable (added in Ansible 1.4) |
| gem_source |
no |
|
|
The path to a local gem used as installation source. |
| include_dependencies |
no |
yes |
|
Wheter to include dependencies or not. |
| name |
yes |
|
|
The name of the gem to be managed. |
| repository |
no |
|
|
The repository from which the gem will be installed |
| state |
yes |
|
|
The desired state of the gem. latest ensures that the latest version is installed. |
| user_install |
no |
yes |
|
Install gem in user's local gems cache or for all users (added in Ansible 1.3) |
| version |
no |
|
|
Version of the gem to be installed/removed. |