mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 11:10:31 -07:00
gem_module: Update Integration tests for bindir option
Make sure gist is not installed system-wide prior the tests
This commit is contained in:
parent
4873377d06
commit
04eec6db27
1 changed files with 6 additions and 0 deletions
|
@ -180,6 +180,12 @@
|
||||||
- gem_search.files | length == 0
|
- gem_search.files | length == 0
|
||||||
|
|
||||||
# Custom directory for executables (--bindir)
|
# Custom directory for executables (--bindir)
|
||||||
|
- name: Ensure gem is not installed
|
||||||
|
gem:
|
||||||
|
name: gist
|
||||||
|
state: absent
|
||||||
|
user_install: no # Avoid conflicts between --install-dir and --user-install when running as root on CentOS / Fedora / RHEL
|
||||||
|
|
||||||
- name: Install gem with custom bindir
|
- name: Install gem with custom bindir
|
||||||
gem:
|
gem:
|
||||||
name: gist
|
name: gist
|
||||||
|
|
Loading…
Add table
Reference in a new issue