mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 17:55:09 +02:00
Added async und logs
This commit is contained in:
parent
4a39cc90c0
commit
b8ccd50ab2
@ -23,6 +23,7 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
- not cf_zone_id
|
- not cf_zone_id
|
||||||
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
|
||||||
|
|
||||||
- name: "Set fact cf_zone_id and update cache dict"
|
- name: "Set fact cf_zone_id and update cache dict"
|
||||||
set_fact:
|
set_fact:
|
||||||
|
@ -19,4 +19,6 @@
|
|||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: dummy_timer.changed or ACTIVATE_ALL_TIMERS | bool
|
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: "{{ users | dict2items }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: item
|
loop_var: item
|
||||||
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
|
||||||
|
|
||||||
- name: Set Mailu DNS records
|
- name: Set Mailu DNS records
|
||||||
include_tasks: 04_set-mailu-dns-records.yml
|
include_tasks: 04_set-mailu-dns-records.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user