chore(authelia): add container recreation option

This commit is contained in:
transcaffeine 2024-10-03 22:19:16 +02:00
parent f3d3617ec0
commit a7fad79d05
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -88,5 +88,6 @@
etc_hosts: "{{ authelia_container_etc_hosts | default(omit, true) }}"
purge_networks: "{{ authelia_container_purge_networks | default(omit, true)}}"
restart_policy: "{{ authelia_container_restart_policy }}"
recreate: "{{ authelia_container_recreate | default(omit, true) }}"
state: "{{ authelia_container_state }}"
register: authelia_container_info