ansible/tasks/debian-general/upgrade.yml

8 lines
164 B
YAML
Raw Normal View History

2022-04-06 12:00:50 +02:00
---
- import_tasks: update.yml
- name: Ensure Debian has all latest packages
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
upgrade: full