updates(authelia): bump version to 4.39.15

This commit is contained in:
2025-11-29 20:25:59 +01:00
parent c6b338fec3
commit 8eda51cca6
2 changed files with 3 additions and 4 deletions

View File

@@ -28,7 +28,6 @@
owner: "{{ item.owner | default(authelia_user) }}"
group: "{{ item.group | default(authelia_user) }}"
mode: "{{ item.mode | default('0750') }}"
when: item.path | default(false, true) | bool
loop:
- path: "{{ authelia_base_dir }}"
mode: "0755"