From 10b231ea0f4448804c765c847f799eb43f08defc Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Thu, 22 Jan 2026 10:58:58 -0500 Subject: [PATCH] Update update-hosts.yml --- update-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-hosts.yml b/update-hosts.yml index 7632ebf..062b1fd 100644 --- a/update-hosts.yml +++ b/update-hosts.yml @@ -9,7 +9,7 @@ - name: Apt Dist-Upgrade ansible.builtin.apt: - dist-upgrade: yes + upgrade: dist update_cache: yes - name: Apt Autoremove