Add apt.yml

This commit is contained in:
Matt Reeves 2024-05-23 03:37:14 +00:00
commit 3b9f81d59b

7
apt.yml Normal file
View file

@ -0,0 +1,7 @@
- hosts: "*"
become: yes
tasks:
- name: apt
apt:
update_cache: yes
upgrade: 'yes'