mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-01 19:01:08 -07:00
Unrelax configuration file permissions
This commit is contained in:
parent
4ba9014edb
commit
1229a0b023
4 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
dest: "{{ keycloak.home }}/providers"
|
||||
owner: "{{ keycloak.service_user }}"
|
||||
group: "{{ keycloak.service_group }}"
|
||||
mode: 0640
|
||||
mode: '0640'
|
||||
become: true
|
||||
notify:
|
||||
- restart keycloak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue