fix ansible lint errors

This commit is contained in:
2026-01-02 19:44:35 +03:00
parent af5b00d62d
commit f80a1008c7
14 changed files with 30 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.14'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}'
restart: 'unless-stopped'
networks:
- "web_proxy_network"