Added async und logs

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-16 17:29:16 +02:00
parent 4a39cc90c0
commit b8ccd50ab2
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
changed_when: false
when:
- not cf_zone_id
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
- name: "Set fact cf_zone_id and update cache dict"
set_fact:

View File

@ -19,4 +19,6 @@
state: restarted
enabled: yes
when: dummy_timer.changed or ACTIVATE_ALL_TIMERS | bool
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"

View File

@ -41,6 +41,7 @@
loop: "{{ users | dict2items }}"
loop_control:
loop_var: item
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
- name: Set Mailu DNS records
include_tasks: 04_set-mailu-dns-records.yml