add role ucs_dns
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-13 12:55:37 +02:00
parent 08c8babce8
commit 97af7700c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"