Add 'debug: true' to all tasks.

This commit is contained in:
Felix Fontein 2025-11-14 18:48:49 +01:00
parent 302450ad05
commit 72cdb263d8

View File

@ -37,7 +37,10 @@
register: docker_host_info
# Run the tests
- block:
- module_defaults:
community.general.docker_container:
debug: true
block:
- ansible.builtin.include_tasks: run-test.yml
with_fileglob:
- "tests/*.yml"