force cache update

This commit is contained in:
Raphael Dannecker 2026-01-23 17:07:17 +01:00
parent 8742294e65
commit 0c7dbe9b47

View file

@ -48,6 +48,7 @@
- name: Update package cache - name: Update package cache
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
cache_valid_time: 0
- name: Install Virtualbox - name: Install Virtualbox
ansible.builtin.apt: ansible.builtin.apt: