2015-10-23 20:35:49 +02:00

16 lines
333 B
YAML

---
- hosts: all
sudo: yes
tasks:
# Setup development env for solar
- shell: pip install -e . chdir=/vagrant/solar
- shell: pip install -e . chdir=/vagrant/solard
- hosts: all
tasks:
- lineinfile:
dest: /home/vagrant/.bashrc
line: eval "$(_SOLAR_COMPLETE=source solar)"
state: present