Skip to content

Commit 9198362

Browse files
committed
authelia: formatting
1 parent 63f9158 commit 9198362

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

roles/authelia/defaults/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ authelia_role_docker_restart_policy: unless-stopped
341341
authelia_role_docker_state: started
342342

343343
# Dependencies
344-
authelia_role_depends_on: "{{ 'authelia-redis,lldap' if (lookup('role_var', '_authentication_backend', role='authelia') == 'ldap') else 'authelia-redis' }}"
344+
authelia_role_depends_on: "{{ 'authelia-redis,lldap'
345+
if (lookup('role_var', '_authentication_backend', role='authelia') == 'ldap')
346+
else 'authelia-redis' }}"
345347
authelia_role_depends_on_delay: "0"
346-
authelia_role_depends_on_healthchecks: "{{ 'true' if (lookup('role_var', '_authentication_backend', role='authelia') == 'ldap') else 'false' }}"
348+
authelia_role_depends_on_healthchecks: "{{ 'true'
349+
if (lookup('role_var', '_authentication_backend', role='authelia') == 'ldap')
350+
else 'false' }}"

0 commit comments

Comments
 (0)