diff options
author | Srdjan Grubor <sgnn7@sgnn7.org> | 2014-01-15 16:20:39 -0600 |
---|---|---|
committer | Srdjan Grubor <sgnn7@sgnn7.org> | 2014-01-16 21:46:33 -0600 |
commit | d153bb68ce0f2297b950ed50003837aca7490920 (patch) | |
tree | 2042c1fdf9e5d00b0d7c4cee56d16f0258c0ffc5 /ansible/setup_dev_machine.sh | |
parent | a67201daae41769a78a392208730c992f522f3f9 (diff) |
Made some advancements in getting jhbuild to install dependencies
Diffstat (limited to 'ansible/setup_dev_machine.sh')
-rwxr-xr-x | ansible/setup_dev_machine.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/setup_dev_machine.sh b/ansible/setup_dev_machine.sh index 292bf00..747ecee 100755 --- a/ansible/setup_dev_machine.sh +++ b/ansible/setup_dev_machine.sh @@ -40,3 +40,4 @@ EOF ansible-playbook -i $tmp_inventory playbooks/setup_dev_machine_root.yaml ansible-playbook -i $tmp_inventory playbooks/setup_jhbuild.yaml ansible-playbook -i $tmp_inventory playbooks/install_jhbuild_deps.yaml +ansible-playbook -i $tmp_inventory playbooks/jhbuild_run.yaml |