summaryrefslogtreecommitdiff
path: root/roles/server/tasks/update.yml
blob: 7a9b9414eead7781fb09765d42324a3dc8e8e461 (plain)
1
2
3
4
5
---
# Updates the image

- name: Update all packages
  package: name=* state=latest force_apt_get=yes