Skip to content

Commit

Permalink
Fix RHEL 7 & 8 based distros to work around /tmp execution issues (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhaddox authored Mar 25, 2022
1 parent 374db95 commit 0fcf5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#### Bug fixes

* Fix RHEL 7 & 8 based distros to work around /tmp execution issues (#155)
* Fix bare variables in conditionals (deprecation warnings with Ansible 2.8+) (#204)
* Fix boolean values when checking array (#207)
* Fix regression forbidding installation of rubies (#209, fixed via #207)
Expand Down
2 changes: 1 addition & 1 deletion tasks/rvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: Install rvm
shell: >
{{ rvm1_temp_download_path }}/rvm-installer.sh {{ rvm1_rvm_version }}
/usr/bin/env bash {{ rvm1_temp_download_path }}/rvm-installer.sh {{ rvm1_rvm_version }}
--path {{ rvm1_install_path }} {{ rvm1_install_flags }}
when: not rvm_binary.stat.exists

Expand Down

0 comments on commit 0fcf5f3

Please sign in to comment.