disabled change on signing-request creation
This commit is contained in:
parent
e41ae43cfe
commit
813fd4792e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue