1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00
vagrant-easyredmine/playbook.yml

12 lines
217 B
YAML
Raw Normal View History

2015-11-11 16:43:48 +00:00
---
- hosts: all
2016-07-14 03:15:07 +00:00
become: yes
gather_facts: yes
2015-11-11 16:43:48 +00:00
roles:
- { role: rvm.ruby, tags: ruby, become: yes }
- { role: rvm.ruby.patch, tags: ruby, become: yes }
2016-07-14 03:15:07 +00:00
- { role: easyredmine, become: no }
2015-11-11 16:43:48 +00:00
tasks: