summaryrefslogtreecommitdiff
path: root/roles/apache/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apache/tasks/main.yaml')
-rw-r--r--roles/apache/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apache/tasks/main.yaml b/roles/apache/tasks/main.yaml
index 40b021a..8d24f32 100644
--- a/roles/apache/tasks/main.yaml
+++ b/roles/apache/tasks/main.yaml
@@ -1,7 +1,7 @@
---
# Setup apache
- name: Install apache
- apt: name={{ item }} state=present
+ apt: name={{ item }} state=present update_cache=yes
with_items:
- apache2
- apache2-mpm-event