Skip to content

Commit

Permalink
Update ddns.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Dec 3, 2024
1 parent ca7c403 commit cb70caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/infra-aws-sandbox/tasks/ddns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
server: "{{ lookup('dig', ddns_server) }}"
zone: "{{ ddns_domain }}."
record: "{{ account_name }}.{{ ddns_domain }}."
value: "{{ ns_records }}"
value: "{{ ns_records | map('regex_replace', '$', '.') }}"
type: NS
port: "{{ ddns_port | d('53') }}"
key_name: "{{ ddns_key_name }}"
Expand Down

0 comments on commit cb70caf

Please sign in to comment.