Added update playbooks

This commit is contained in:
max
2025-06-22 16:05:49 +02:00
parent 64b6c6dba4
commit 5781b68659
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- hosts: debian
tasks:
- name: update APT packages
apt:
upgrade: yes
update_cache: yes