From e304e5af8bd4be281f1174c8677848a403ce0475 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 13 Jan 2025 00:51:28 +0800 Subject: [PATCH] Clean up update playbook --- roles/tasks/debian/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/tasks/debian/update.yml b/roles/tasks/debian/update.yml index 5253cf1..3bc35fb 100644 --- a/roles/tasks/debian/update.yml +++ b/roles/tasks/debian/update.yml @@ -6,8 +6,7 @@ tasks: - name: Update Docker apt: - name: - - docker + name: docker update_cache: true autoremove: true state: latest