Fix rvm binary path when detecting the version
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
register: rvm_installer
|
register: rvm_installer
|
||||||
|
|
||||||
- name: Detect current rvm version
|
- name: Detect current rvm version
|
||||||
command: '{{ rvm1_install_path }} version'
|
command: '{{ rvm1_rvm}} version'
|
||||||
changed_when: False
|
changed_when: False
|
||||||
register: rvm_current_version
|
register: rvm_current_version
|
||||||
when: rvm_binary.stat.exists
|
when: rvm_binary.stat.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user