Added async for DNS Records creation

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-14 00:23:42 +02:00
parent abc064fa56
commit 58620f6695
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -13,3 +13,5 @@
loop: "{{ cloudflare_domains }}"
loop_control:
label: "{{ item }}"
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"