feat: add test msg
This commit is contained in:
parent
cb581ab9c1
commit
3f30e0cd8d
1 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,7 @@
|
||||||
- name: "docker - force prune"
|
- name: "docker - force prune"
|
||||||
ansible.builtin.command: "docker system prune --all --force --volumes"
|
ansible.builtin.command: "docker system prune --all --force --volumes"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
- name: "testing"
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "testing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue