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
@@ -52,7 +52,7 @@
loop:
- nginx.conf
register: can_copy_files
ignore_errors: yes
ignore_errors: true
- when: can_copy_files is not failed
block:
@@ -62,7 +62,7 @@
path: '{{ remote_tmp_dir }}/{{ item }}.key'
type: ECC
curve: secp256r1
force: yes
force: true
loop:
- cert
- ca
@@ -73,7 +73,7 @@
privatekey_path: '{{ remote_tmp_dir }}/ca.key'
basic_constraints:
- 'CA:TRUE'
basic_constraints_critical: yes
basic_constraints_critical: true
- name: Create CA certificate
community.crypto.x509_certificate: