summaryrefslogtreecommitdiff
path: root/ansible/playbooks/setup_other_tools.yaml
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/playbooks/setup_other_tools.yaml
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/playbooks/setup_other_tools.yaml')
-rw-r--r--ansible/playbooks/setup_other_tools.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/playbooks/setup_other_tools.yaml b/ansible/playbooks/setup_other_tools.yaml
index ef7eec6..126a68b 100644
--- a/ansible/playbooks/setup_other_tools.yaml
+++ b/ansible/playbooks/setup_other_tools.yaml
@@ -2,7 +2,7 @@
# vim:ff=unix ts=2 sw=2 ai expandtab
- name: "Ensuring that git is installed"
- apt: name=git
+ apt: name=git update_cache=true cache_valid_time=259200
- name: "Creating turbine directory"
file: path=~/checkout state=directory mode=755