8 lines
135 B
YAML
8 lines
135 B
YAML
---
|
|
|
|
- hosts: all
|
|
sudo: yes
|
|
tasks:
|
|
# Setup development env for solar
|
|
- shell: python setup.py develop chdir=/vagrant/solar
|