Normalize bools in tests. (#589)

This commit is contained in:
Felix Fontein
2023-02-15 22:29:41 +01:00
committed by GitHub
parent a426232523
commit dd19db8c8f
82 changed files with 1620 additions and 1620 deletions
@@ -17,7 +17,7 @@
docker_network:
name: "{{ nname }}"
state: absent
force: yes
force: true
- name: Inspect a non-present network
docker_network_info:
@@ -45,7 +45,7 @@
- name: "Comparison: use 'docker network inspect'"
command: docker network inspect "{{ nname }}"
register: docker_inspect
ignore_errors: yes
ignore_errors: true
- block:
- set_fact:
docker_inspect_result: "{{ docker_inspect.stdout | from_json }}"
@@ -57,7 +57,7 @@
docker_network:
name: "{{ nname }}"
state: absent
force: yes
force: true
- assert:
that: