mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix: Rename gem_install_path to gem_path - as specified in the docs
This commit is contained in:
parent
a928198783
commit
9d355fb5af
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def main():
|
||||||
local = module.params.get('local')
|
local = module.params.get('local')
|
||||||
deployment_mode = module.params.get('deployment_mode')
|
deployment_mode = module.params.get('deployment_mode')
|
||||||
user_install = module.params.get('user_install')
|
user_install = module.params.get('user_install')
|
||||||
gem_path = module.params.get('gem_install_path')
|
gem_path = module.params.get('gem_path')
|
||||||
binstub_directory = module.params.get('binstub_directory')
|
binstub_directory = module.params.get('binstub_directory')
|
||||||
extra_args = module.params.get('extra_args')
|
extra_args = module.params.get('extra_args')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue