summaryrefslogtreecommitdiff
path: root/roles/cgit/tasks/main.yaml
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-08-29 19:26:22 +0200
committerChristian Franke <nobody@nowhere.ws>2015-08-29 19:26:22 +0200
commit40354757db45bc519282f410976b20cfc463f184 (patch)
tree99822eda7d431f78c5f0ae1843658be39152baef /roles/cgit/tasks/main.yaml
parent22f38756dd298a4e45149ecc2dbc68d7ed1deb46 (diff)
Use update-cache instead of running apt-get update manually
Diffstat (limited to 'roles/cgit/tasks/main.yaml')
-rw-r--r--roles/cgit/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/cgit/tasks/main.yaml b/roles/cgit/tasks/main.yaml
index cc18696..971599c 100644
--- a/roles/cgit/tasks/main.yaml
+++ b/roles/cgit/tasks/main.yaml
@@ -1,6 +1,6 @@
---
- name: Install cgit package and depencies
- apt: name={{item}} state=present
+ apt: name={{item}} state=present update_cache=yes
with_items:
- cgit
- highlight