ansible/changelogs/fragments/gem-custom-home.yaml
Antoine Catton 39f9d3e4a6 Add the ability to specify an install_dir to the gem module (#38195)
* Add the ability to specify an install_dir to the gem module

* Add GEM_HOME when installing a non-global gem

* Add tests for custom gem path

* Fix sanity tests

* Add changelog entry

* Rebase and add tests for incorrect options

Co-authored by: Antoine Catton <devel@antoine.catton.fr>
2018-05-21 09:55:43 -04:00

2 lines
134 B
YAML

new_features:
- gem - add ability to specify a custom directory for installing gems (https://github.com/ansible/ansible/pull/38195)