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