playbook: system-upgrade.yml

This commit is contained in:
2024-11-16 14:32:12 +01:00
parent 95af19a3ce
commit d94bcc94e4
4 changed files with 20 additions and 0 deletions

9
system-upgrade.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- hosts: default
become: true
tasks:
- name: update respository index
apt:
update_cache: yes