The keycloak user must be able to write the configuration.

This commit is contained in:
Andrea Dell'Amico 2021-02-19 13:29:02 +01:00
parent efd7b92f9b
commit 823918153f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Manage the keycloak configuration
block:
- name: Install the standalone configuration files
template: src={{ item }}.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner=root group={{ keycloak_user }} mode='0440'
template: src={{ item }}.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner={{ keycloak_user }} group={{ keycloak_user }} mode='0640'
with_items:
- standalone.xml
- standalone-ha.xml