From a67201daae41769a78a392208730c992f522f3f9 Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Tue, 14 Jan 2014 17:13:25 -0600 Subject: Added more code to get jhbuild installed properly and set the apt cache a bit higher. Still needs work --- ansible/playbooks/setup_other_tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/playbooks/setup_other_tools.yaml') 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 -- cgit v1.2.3