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"