refactor(web-app-desktop, web-app-discourse): improve initialization handling and HTTP readiness check

- Added HTTP readiness check for Desktop application to ensure all logos can be downloaded during initialization
- Introduced 'http_port' variable for better readability
- Simplified role execution structure by moving run_once inclusion into core task file
- Adjusted docker compose handler flushing behavior
- Applied consistent structure to Discourse role

See: https://chatgpt.com/share/68ed02aa-b44c-800f-a125-de8600b102d4
This commit is contained in:
2025-10-13 15:48:26 +02:00
parent c835ca8f2c
commit ae618cbf19
5 changed files with 21 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
---
- block:
- include_tasks: 01_core.yml
- include_tasks: utils/run_once.yml
- include_tasks: 01_core.yml
when: run_once_web_app_desktop is not defined