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>
This commit is contained in:
Antoine Catton
2018-05-21 15:55:43 +02:00
committed by Sam Doran
parent fc8663edc0
commit 39f9d3e4a6
4 changed files with 243 additions and 24 deletions

View File

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