31f6619df20dce2f29ccf122a902a7d92871341b
[ansible.git] / upgrade.yml
1 - hosts: all
2   tasks:
3   - name: system upgrade
4     apt:
5       autoremove: yes
6       autoclean: yes
7       update_cache: yes
8       upgrade: dist
9     environment:
10       NEEDRESTART_MODE: automatically