mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 09:45:03 +02:00
Added async und logs
This commit is contained in:
parent
4a39cc90c0
commit
b8ccd50ab2
@ -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:
|
||||
|
@ -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 }}"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user