Files
ansible/tasks/debian-general/update.yml

6 lines
113 B
YAML

---
- name: Ensure Debian has updated cache
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0