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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue