Fix a name text.

This commit is contained in:
Andrea Dell'Amico 2023-12-06 19:51:45 +01:00
parent ad52d92362
commit 3b23b7bfec
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
mode: "0600"
state: present
- name: Import the CA certificate
- name: Import the PKCS12 into the keystore
community.general.java_cert:
pkcs12_path: "{{ pki_dir }}/keys/{{ ansible_fqdn }}.pkcs12"
pkcs12_alias: "{{ java_keystore_cert_alias }}"
@ -64,7 +64,7 @@
mode: "0600"
state: present
- name: Import the CA certificate
- name: Import the PKCS12 into the keystore
community.general.java_cert:
pkcs12_path: "{{ letsencrypt_acme_sh_certificates_install_path }}/{{ letsencrypt_acme_sh_certificates_install_dir }}.pkcs12"
cert_alias: "{{ java_keystore_cert_alias }}"