mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-16 18:16:25 +00:00
optimized for easier debugging
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user