mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 19:57:58 +00:00
docker_network: improve test failure debugging (#201)
* Show inspection results for all Docker networks before running docker_network tests. * AZP/Docker seems to prefer networks in 172.0.0.0/8, so we use 10.0.0.0/8 for our tests. * Fix use of wrong variable.
This commit is contained in:
@@ -50,6 +50,6 @@
|
||||
until: result is success
|
||||
|
||||
- name: "Make sure all volumes are removed"
|
||||
command: "docker rm -f {{ item }}"
|
||||
command: "docker volume rm -f {{ item }}"
|
||||
with_items: "{{ docker_registry_setup_vnames }}"
|
||||
ignore_errors: yes
|
||||
|
||||
Reference in New Issue
Block a user