From f568551ff50f8e17d301985d6a788b27751518f9 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 1 Nov 2025 12:48:52 +0100 Subject: [PATCH] feat: remove test task --- tasks/cleanup.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/cleanup.yaml b/tasks/cleanup.yaml index abb7d45..d2d89f5 100644 --- a/tasks/cleanup.yaml +++ b/tasks/cleanup.yaml @@ -12,7 +12,3 @@ - name: "docker - force prune" ansible.builtin.command: "docker system prune --all --force --volumes" changed_when: false - -- name: "testing" - ansible.builtin.debug: - msg: "testing"