Fix a typo.
This commit is contained in:
parent
fa6508d636
commit
1b5f3e4c5f
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue