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

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