good start

This commit is contained in:
2023-04-26 15:34:45 +02:00
parent 73f7d667bf
commit 11bda1cc7b
12 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- name: update
include_tasks: update.yml

View File

@@ -0,0 +1,7 @@
- name: Update all installed packages
become: yes
apt:
update_cache: yes
name: '*'
state: latest