Add option for passing ruby install flags

This commit is contained in:
Mike Chau
2015-01-28 20:57:50 -06:00
parent e22e6651f8
commit f4081f08c4
3 changed files with 7 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
when: rvm1_rubies
- name: Install rubies
command: '{{ rvm1_rvm }} install {{ item.item }}'
command: '{{ rvm1_rvm }} install {{ item.item }} {{ rvm1_ruby_install_flags }}'
when: rvm1_rubies and item.rc != 0
with_items: detect_rubies.results
sudo_user: '{{ rvm1_user }}'