From 3b23b7bfece806e5bb5a47523b86ddd0d6f7d6fd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 Dec 2023 19:51:45 +0100 Subject: [PATCH] Fix a name text. --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index eec439f..c41f4b6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"