delegate to localhost
This commit is contained in:
parent
16d41bf3f8
commit
3dfcf8900b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
record_ttl: 10
|
record_ttl: 10
|
||||||
append: true
|
append: true
|
||||||
loop: "{{ key_file['results'] }}"
|
loop: "{{ key_file['results'] }}"
|
||||||
|
delegate_to: localhost
|
||||||
when:
|
when:
|
||||||
- "'.local' not in item['item']"
|
- "'.local' not in item['item']"
|
||||||
- item['item'] | regex_findall('\.') | length == 1
|
- item['item'] | regex_findall('\.') | length == 1
|
||||||
|
|
Loading…
Reference in a new issue