This commit is contained in:
stef
2023-12-21 20:20:39 +01:00
commit 91a99a0f58

12
update.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- hosts: all
vars:
ansible_host_key_checking: false ##If you get an error about hosts not trusted
become: true
tasks:
- name: Update and upgrade apt packages
apt:
update_cache: yes
upgrade: yes