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"