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
@@ -22,7 +22,7 @@
register: output
docker_stack:
state: present
ignore_errors: yes
ignore_errors: true
- name: assert failure when name not set
assert:
@@ -34,7 +34,7 @@
register: output
docker_stack:
name: test_stack
ignore_errors: yes
ignore_errors: true
- name: assert failure when compose not set
assert: