Fix a name text.
This commit is contained in:
parent
ad52d92362
commit
3b23b7bfec
|
|
@ -31,7 +31,7 @@
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Import the CA certificate
|
- name: Import the PKCS12 into the keystore
|
||||||
community.general.java_cert:
|
community.general.java_cert:
|
||||||
pkcs12_path: "{{ pki_dir }}/keys/{{ ansible_fqdn }}.pkcs12"
|
pkcs12_path: "{{ pki_dir }}/keys/{{ ansible_fqdn }}.pkcs12"
|
||||||
pkcs12_alias: "{{ java_keystore_cert_alias }}"
|
pkcs12_alias: "{{ java_keystore_cert_alias }}"
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Import the CA certificate
|
- name: Import the PKCS12 into the keystore
|
||||||
community.general.java_cert:
|
community.general.java_cert:
|
||||||
pkcs12_path: "{{ letsencrypt_acme_sh_certificates_install_path }}/{{ letsencrypt_acme_sh_certificates_install_dir }}.pkcs12"
|
pkcs12_path: "{{ letsencrypt_acme_sh_certificates_install_path }}/{{ letsencrypt_acme_sh_certificates_install_dir }}.pkcs12"
|
||||||
cert_alias: "{{ java_keystore_cert_alias }}"
|
cert_alias: "{{ java_keystore_cert_alias }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue