diff --git a/tasks/main.yml b/tasks/main.yml index ba64418..f2b0942 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -14,6 +14,10 @@ become: yes become_user: '{{ rvm1_user }}' +- name: Install rubies + command: '{{ rvm1_rvm }} install requirements' + when: rvm1_rubies and item.rc|default(0) != 0 + - name: Install Ruby and Gems include: 'rubies.yml' become: yes