easyupdate/roles/debian/tasks/main.yml

9 lines
151 B
YAML
Raw Permalink Normal View History

2020-10-03 01:13:05 +02:00
- name: Update repository cache using apt
apt:
update_cache: yes
- name: Update packages using apt
apt:
upgrade: dist
autoremove: yes