This commit is contained in:
parent
97af7700c9
commit
9fdc72106a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user