add update/upgrade playbook

This commit is contained in:
shynd 2024-11-09 07:12:38 +01:00
parent 53c6ec653a
commit d798a2e8ae
No known key found for this signature in database
GPG Key ID: 31DC000B2E21D69D
1 changed files with 9 additions and 0 deletions

View File

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