Fix a typo.

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

View File

@ -16,7 +16,7 @@
group: '{{ keycloak_user }}'
mode: 0640
remote_src: true
notify: Restart keycloak
notify: Restart Keycloak
- name: Copy the certificate file where keycloak expects it
copy:
@ -26,7 +26,7 @@
group: '{{ keycloak_user }}'
mode: 0640
remote_src: true
notify: Restart keycloak
notify: Restart Keycloak
- name: Install a script that updates the certificates upon renewal
template:

View File

@ -11,7 +11,7 @@
mode: 0644
loop: '{{ keycloak_remote_providers }}'
when: item.extension is not defined or item.extension != "ear"
notify: Restart keycloak
notify: Restart Keycloak
tags:
- keycloak