mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "gem_module: Update Integration tests for bindir option"
This reverts commit 04eec6db27
.
This commit is contained in:
parent
04eec6db27
commit
996b358a33
1 changed files with 0 additions and 6 deletions
|
@ -180,12 +180,6 @@
|
|||
- gem_search.files | length == 0
|
||||
|
||||
# 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
|
||||
gem:
|
||||
name: gist
|
||||
|
|
Loading…
Reference in a new issue