mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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:
committed by
Sam Doran
parent
fc8663edc0
commit
39f9d3e4a6
2
changelogs/fragments/gem-custom-home.yaml
Normal file
2
changelogs/fragments/gem-custom-home.yaml
Normal 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)
|
||||
Reference in New Issue
Block a user