delegate to localhost

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:50:55 +03:00
parent 16d41bf3f8
commit 3dfcf8900b

View file

@ -22,6 +22,7 @@
record_ttl: 10
append: true
loop: "{{ key_file['results'] }}"
delegate_to: localhost
when:
- "'.local' not in item['item']"
- item['item'] | regex_findall('\.') | length == 1