Update update-hosts.yml

This commit is contained in:
2025-09-18 15:43:56 -04:00
parent 86b62a43f5
commit b895022efc

11
update-hosts.yml Normal file
View File

@@ -0,0 +1,11 @@
- hosts: all
remote_user: ansible
vars:
ansible_host_key_checking: false
become: true
tasks:
- name: Update and upgrade apt packages
apt:
update_cache: yes
upgrade: yes