From d905c20c19f0f93ed6b86cf40ea81382b46f53a2 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sat, 17 Jan 2026 20:40:25 -0500 Subject: [PATCH] Update site.yml --- site.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/site.yml b/site.yml index a0aa37a..e69de29 100644 --- a/site.yml +++ b/site.yml @@ -1,22 +0,0 @@ ---- -- hosts: all - gather_facts: yes - become: yes - - tasks: - - name: Apt Update - ansible.builtin.apt: - update_cache: true - - - name: Apt Upgrade - ansible.builtin.apt: - upgrade: yes - update_cache: yes - - - name: Apt Autoremove - ansible.builtin.apt: - autoremove: yes - - - name: Apt Autoclean - ansible.builtin.apt: - autoclean: true \ No newline at end of file