From 836a5a9ce9f2fbfd2db835bbe115f248402578d6 Mon Sep 17 00:00:00 2001 From: nrbishop Date: Wed, 1 May 2024 14:22:58 -0400 Subject: [PATCH] Update update-621.yml --- update-621.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update-621.yml b/update-621.yml index ac2a964..9100753 100644 --- a/update-621.yml +++ b/update-621.yml @@ -1,8 +1,9 @@ - hosts: all become: true - become_user: root - become_method: sudo tasks: - name: Upgrade the OS (apt-get dist-upgrade) ansible.builtin.apt: - upgrade: dist \ No newline at end of file + upgrade: dist + update_cache: true + autoclean: true + autoremove: true \ No newline at end of file