delegate to manager
This commit is contained in:
parent
3dfcf8900b
commit
f621c9527c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
record_ttl: 10
|
record_ttl: 10
|
||||||
append: true
|
append: true
|
||||||
loop: "{{ key_file['results'] }}"
|
loop: "{{ key_file['results'] }}"
|
||||||
delegate_to: localhost
|
delegate_to: ovh_management[0]
|
||||||
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