summaryrefslogtreecommitdiff
path: root/upgrade.yml
blob: 2f2f372ec3e8b2bcba83b97b18c34f0b69e8c4de (plain)
1
2
3
4
5
6
7
---
- hosts: all
  tasks:
    - package:
        name: "*"
        state: latest
        update_cache: yes