This commit is contained in:
2025-12-04 11:01:41 +01:00
parent 4dbf58e082
commit e5a3c1f0e2

View File

@@ -78,7 +78,7 @@
loop: "{{ LISTMONK_SETTINGS }}"
loop_control:
label: "{{ item.key }}"
when: item.when is not defined or item.when
when: (item.when | default(true)) | bool
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"