feat: update apt cache when repo installed

This commit is contained in:
2026-06-27 00:39:58 +01:00
parent efa85016cf
commit 732cbf5d4d
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,3 @@
- name: Update APT Cache
ansible.builtin.apt:
update_cache: true
@@ -6,3 +6,5 @@
suites: /
signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key
state: present
notify:
- Update APT Cache