Optimized collabora draft

This commit is contained in:
2025-08-20 01:00:20 +02:00
parent 838a8fc7a1
commit 7019b307c5
15 changed files with 195 additions and 35 deletions

View File

@@ -9,10 +9,10 @@
- name: Flush handlers so Nextcloud container is restarted and ready
meta: flush_handlers
- name: "Wait until Nextcloud is reachable on port {{ports.localhost.http[application_id]}}"
- name: "Wait until Nextcloud is reachable on port {{ ports.localhost.http[application_id] }}"
wait_for:
host: 127.0.0.1
port: "{{ports.localhost.http[application_id]}}"
port: "{{ ports.localhost.http[application_id] }}"
timeout: 120
delay: 2
state: started