update-apt-packages.yaml hinzugefügt

This commit is contained in:
2023-09-30 12:47:10 +02:00
parent 066c39bfdc
commit 604389b196

9
update-apt-packages.yaml Normal file
View File

@ -0,0 +1,9 @@
---
- hosts: all
become: true
tasks:
- name: update apt packages
apt:
upgrade: yes
update_cache: yes