mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-02 09:44:14 +00:00
Add 'debug: true' to all tasks.
This commit is contained in:
parent
302450ad05
commit
72cdb263d8
@ -37,7 +37,10 @@
|
|||||||
register: docker_host_info
|
register: docker_host_info
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
- block:
|
- module_defaults:
|
||||||
|
community.general.docker_container:
|
||||||
|
debug: true
|
||||||
|
block:
|
||||||
- ansible.builtin.include_tasks: run-test.yml
|
- ansible.builtin.include_tasks: run-test.yml
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "tests/*.yml"
|
- "tests/*.yml"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user