optimized for easier debugging

This commit is contained in:
2025-10-25 12:52:17 +02:00
parent 2be73502ca
commit cb483f60d1
3 changed files with 8 additions and 8 deletions

View File

@@ -32,4 +32,6 @@
and
('already present' not in (collabora_preview.stdout | default('')))
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
- include_tasks: utils/run_once.yml