dns/entries: Fix appending . to absolute domain name for debug removing task

dehydrated
Felix Stupp 4 years ago
parent 14a924bdd2
commit 0b03f87319
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -16,7 +16,7 @@
key_name: "{{ tsig_key.key_name }}"
key_secret: "{{ tsig_key.key_secret }}"
zone: "{{ dns_zone_domain }}"
record: "{{ item.domain | default('@') | domain_relative_to(debug_domain) }}"
record: "{{ item.domain | default('@') | domain_relative_to(debug_domain) }}."
ttl: "{{ item.ttl | default(ttl_default) }}"
type: "{{ item.type }}"
value: "{{ item.data }}"

Loading…
Cancel
Save