summaryrefslogtreecommitdiff
path: root/ansible/setup_dev_machine.sh
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-14 17:13:25 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commita67201daae41769a78a392208730c992f522f3f9 (patch)
tree32d1b6eef95e5284c9e2e0b53e8c6bbd80f3550e /ansible/setup_dev_machine.sh
parentee539057a3e7387b95736dc85bd4d9af5c8e552c (diff)
Added more code to get jhbuild installed properly and set the apt cache a bit higher. Still needs work
Diffstat (limited to 'ansible/setup_dev_machine.sh')
-rwxr-xr-xansible/setup_dev_machine.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/setup_dev_machine.sh b/ansible/setup_dev_machine.sh
index dc20084..292bf00 100755
--- a/ansible/setup_dev_machine.sh
+++ b/ansible/setup_dev_machine.sh
@@ -38,4 +38,5 @@ dev_machine ansible_ssh_host=$TARGET_IP ansible_ssh_user="$TARGET_USER" ansible_
EOF
ansible-playbook -i $tmp_inventory playbooks/setup_dev_machine_root.yaml
-ansible-playbook -i $tmp_inventory playbooks/setup_dev_machine_user.yaml
+ansible-playbook -i $tmp_inventory playbooks/setup_jhbuild.yaml
+ansible-playbook -i $tmp_inventory playbooks/install_jhbuild_deps.yaml