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 87375a4 commit b4c5f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/roles/infra-aws-sandbox/tasks/ddns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ddns_ns_records: ""

- name: Delete all NS records that are not needed anymore
commnity.general.nsupdate:
community.general.nsupdate:
server: "{{ ddns_server }}"
zone: "{{ ddns_domain }}"
record: "{{ account_name }}"
Expand All @@ -43,7 +43,7 @@
ddns_ns_records | length == 0
or ddns_ns_records | difference(ns_records) | length != 0
or ns_records | difference(ddns_ns_records) | length != 0
commnity.general.nsupdate:
community.general.nsupdate:
server: "{{ ddns_server }}"
zone: "{{ ddns_domain }}"
record: "{{ account_name }}"
Expand Down

0 comments on commit b4c5f9b

Please sign in to comment.