delegate to manager

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:56:57 +03:00
parent 3dfcf8900b
commit f621c9527c

View file

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