mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
Avoid shadowing loop variables. (#738)
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
- docker_api_version is version('1.25', '>=')
|
||||
|
||||
block:
|
||||
- include_tasks: "{{ item }}"
|
||||
- include_tasks: run-test.yml
|
||||
with_fileglob:
|
||||
- 'tests/*.yml'
|
||||
- "tests/*.yml"
|
||||
loop_control:
|
||||
loop_var: test_name
|
||||
|
||||
always:
|
||||
- import_tasks: cleanup.yml
|
||||
|
||||
Reference in New Issue
Block a user