Little optimations

This commit is contained in:
2025-09-22 11:17:31 +02:00
parent d523629cdd
commit 181b2d0542
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
set -euo pipefail
infinito build tree --no-signal --alarm-timeout 0 -s {{ mig_roles_meta_volume }}
infinito build roles_list --no-signal --alarm-timeout 0 -o {{ mig_roles_meta_list }}
async: "{{ (3600 if ASYNC_ENABLED | bool else omit) | default(omit) }}"
async: "{{ (3600 if ASYNC_ENABLED | bool else omit) }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
register: mig_build_job