upgrade: Add apt playbook

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-02-06 17:59:50 +01:00
parent 4be324e11a
commit 65caaf572a

7
playbooks/apt.yml Normal file
View File

@@ -0,0 +1,7 @@
- hosts: 'ubuntu'
become: true
tasks:
- name: upgrade system
apt:
update_cache: yes
upgrade: yes