File added

This commit is contained in:
Joachim Hummel
2023-10-25 08:53:41 +00:00
parent 8459e924fe
commit 1833f007d1

10
apt2-update.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- hosts: all
become: true
tasks:
- name: APT Package Updater
apt:
upgrade: yes
update_cache: yes