install requirements

This commit is contained in:
2018-02-22 20:56:19 +01:00
parent 1d40cf532c
commit 8ebdf15ddc

View File

@@ -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