gem_module: Update Integration tests for bindir option

This commit is contained in:
Stanislav German-Evtushenko 2021-06-19 17:06:02 +09:00
parent 253c1ed98b
commit 4873377d06

View file

@ -185,6 +185,7 @@
name: gist
state: present
bindir: "{{ output_dir }}/custom_bindir"
user_install: no # Avoid conflicts between --install-dir and --user-install when running as root on CentOS / Fedora / RHEL
register: install_gem_result
- name: Get stats of gem executable
@ -203,6 +204,7 @@
name: gist
state: absent
bindir: "{{ output_dir }}/custom_bindir"
user_install: no # Avoid conflicts between --install-dir and --user-install when running as root on CentOS / Fedora / RHEL
register: install_gem_result
- name: Get stats of gem executable