Fix a wrong variable.

This commit is contained in:
Andrea Dell'Amico 2022-09-24 18:23:27 +02:00
parent 1cae06aaa3
commit fa6508d636
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
src: '{{ letsencrypt_acme_sh_certificates_install_path }}/privkey'
dest: '{{ keycloak_conf_directory }}/server.key.pem'
owner: root
group: '{{ keycloak_username }}'
group: '{{ keycloak_user }}'
mode: 0640
remote_src: true
notify: Restart keycloak
@ -23,7 +23,7 @@
src: '{{ letsencrypt_acme_sh_certificates_install_path }}/fullchain'
dest: '{{ keycloak_conf_directory }}/server.crt.pem'
owner: root
group: '{{ keycloak_username }}'
group: '{{ keycloak_user }}'
mode: 0640
remote_src: true
notify: Restart keycloak