initial commit

This commit is contained in:
Micha Gläß-Stöcker 2022-09-08 12:52:09 +02:00
commit 40b0128c93
3 changed files with 28 additions and 0 deletions

3
handlers/main.yml Normal file
View file

@ -0,0 +1,3 @@
- name: Update apt cache
apt:
update_cache: yes