File added

This commit is contained in:
Joachim Hummel
2023-10-25 09:04:00 +00:00
parent 1833f007d1
commit d249700ee3

View File

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