mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
12 lines
217 B
YAML
12 lines
217 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
roles:
|
|
- { role: rvm.ruby, tags: ruby, become: yes }
|
|
- { role: rvm.ruby.patch, tags: ruby, become: yes }
|
|
- { role: easyredmine, become: no }
|
|
|
|
tasks:
|