summaryrefslogtreecommitdiff
path: root/ansible/playbooks/setup_other_tools.yaml
diff options
context:
space:
mode:
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