This commit is contained in:
LunarAkai 2025-03-17 22:42:43 +01:00
commit 51f2c91f2b
4 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,8 @@
- name: update apt cache
hosts: main
become: yes
tasks:
- name: run apt update
apt:
update_cache: yes