fetsite installation

This commit is contained in:
Andreas Stephanides
2017-12-08 08:56:02 +01:00
parent 94a7827cf2
commit d34a747668
10 changed files with 324 additions and 72 deletions

View File

@@ -8,6 +8,7 @@
with_items: '{{ rvm1_rubies }}'
when: rvm1_rubies
- name: Install rubies
command: '{{ rvm1_rvm }} install {{ item.item }} {{ rvm1_ruby_install_flags }}'
when: rvm1_rubies and item.rc|default(0) != 0