mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-12 23:50:34 +00:00
10 lines
108 B
YAML
10 lines
108 B
YAML
---
|
|
- hosts: all
|
|
sudo: yes
|
|
gather_facts: True
|
|
|
|
roles:
|
|
- { role: easyredmine, sudo: no }
|
|
|
|
tasks:
|