Added no_logs, asyncs, and optimized listmonk variable names

This commit is contained in:
2025-08-16 02:00:13 +02:00
parent 7ffd79ebd9
commit 1bed83078e
4 changed files with 19 additions and 14 deletions

View File

@@ -66,7 +66,10 @@
EOSQL
args:
executable: /bin/bash
loop: "{{ listmonk_settings }}"
loop: "{{ LISTMONK_SETTINGS }}"
loop_control:
label: "{{ item.key }}"
when: item.when is not defined or item.when
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 }}"