solar/bootstrap/playbooks/solar.yaml

16 lines
327 B
YAML

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