disabled change on signing-request creation

This commit is contained in:
AnsibleGuy 2021-12-06 21:47:50 +01:00
parent e41ae43cfe
commit 813fd4792e
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@
group: "{{ CERT_CONFIG.group_cert }}"
no_log: true
when: CERT_CONFIG.cert.pwd | default(none, true) is not none
changed_when: false
- name: Certificates | Internal | Cert | Generating signing-request (plain key)
community.crypto.openssl_csr:
@ -77,6 +78,7 @@
group: "{{ CERT_CONFIG.group_cert }}"
no_log: true
when: CERT_CONFIG.cert.pwd | default(none, true) is none
changed_when: false
- name: Certificates | Internal | Cert | Self-Signed | Generating certificate (encrypted key)
community.crypto.x509_certificate: