projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5da075998e294ad7c9cf4f7f81f40db86019f699
[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