Optimized flush order to solve yourls oauth2 proxy bug

This commit is contained in:
2025-08-13 01:03:31 +02:00
parent 13d8663796
commit 53770f5308
2 changed files with 8 additions and 2 deletions

View File

@@ -32,6 +32,6 @@
include_tasks: "04_ensure_up.yml"
when: not docker_compose_skipp_file_creation | bool
- name: "flush database, docker and proxy for '{{ application_id }}'"
- name: "flush docker compose for '{{ application_id }}'"
meta: flush_handlers
when: docker_compose_flush_handlers | bool