fix loop label
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-13 12:58:52 +02:00
parent 97af7700c9
commit 9fdc72106a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
state: "{{ item.state | default('present') }}"
loop: "{{ ucs_dns_records + ucs_dns_records_extra }}"
loop_control:
label: "{{ item.zone }}:{{ item.name }}"
label: "{{ item.zone | default('ucs_dns_default_zone') }}:{{ item.name }}"
delegate_to: "{{ ucs_dns_delegate_to }}"
become: True
become_user: root