chore: add healthcheck to authentik and wait for it after deployment
This commit is contained in:
parent
7f639e8191
commit
fe31369f8c
2 changed files with 9 additions and 1 deletions
|
|
@ -51,4 +51,6 @@
|
|||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ authentik_docker_compose_dir }}"
|
||||
state: present
|
||||
recreate: "{{ blueprints_changed | ternary('always', 'auto') }}"
|
||||
recreate: "{{ blueprints_changed | ternary('always', 'auto') }}"
|
||||
wait: true
|
||||
wait_timeout: 300
|
||||
Loading…
Add table
Add a link
Reference in a new issue