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
@@ -49,7 +49,7 @@
- nginx.conf
- nginx.htpasswd
register: can_copy_files
ignore_errors: yes
ignore_errors: true
- when: can_copy_files is not failed
block:
@@ -59,7 +59,7 @@
path: '{{ remote_tmp_dir }}/cert.key'
type: ECC
curve: secp256r1
force: yes
force: true
- name: Create CSR for frontend certificate
community.crypto.openssl_csr: