Skip to content

Commit

Permalink
Update route53.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim authored Dec 3, 2024
1 parent 140e0f5 commit ca7c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/infra-aws-sandbox/tasks/route53.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: Save NS records
set_fact:
ns_records: "{{ _route53facts.DelegationSet.NameServers }}"
ns_records: "{{ _route53facts.DelegationSet.NameServers | map('regex_replace', '$', '.') }}"

# NEEDED?
#- name: Generate commands to del NS records to IPA
Expand Down

0 comments on commit ca7c403

Please sign in to comment.