This commit is contained in:
parent
08c8babce8
commit
97af7700c9
@ -16,7 +16,7 @@
|
||||
type: "{{ item.type | default('host_record') }}"
|
||||
data: "{{ item.value | default(omit) }}"
|
||||
state: "{{ item.state | default('present') }}"
|
||||
loop: ucs_dns_records + ucs_dns_records_extra
|
||||
loop: "{{ ucs_dns_records + ucs_dns_records_extra }}"
|
||||
loop_control:
|
||||
label: "{{ item.zone }}:{{ item.name }}"
|
||||
delegate_to: "{{ ucs_dns_delegate_to }}"
|
||||
|
Loading…
Reference in New Issue
Block a user