mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Normalize bools in tests. (#589)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
- name: "Comparison: use 'docker volume inspect'"
|
||||
command: docker volume inspect "{{ cname }}"
|
||||
register: docker_volume_inspect
|
||||
ignore_errors: yes
|
||||
ignore_errors: true
|
||||
- block:
|
||||
- set_fact:
|
||||
docker_volume_inspect_result: "{{ docker_volume_inspect.stdout | from_json }}"
|
||||
|
||||
Reference in New Issue
Block a user