summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/server/tasks/update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/server/tasks/update.yml b/roles/server/tasks/update.yml
index 99e0dcd..7a9b941 100644
--- a/roles/server/tasks/update.yml
+++ b/roles/server/tasks/update.yml
@@ -2,4 +2,4 @@
# Updates the image
- name: Update all packages
- package: name=* state=latest
+ package: name=* state=latest force_apt_get=yes