mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 10:21:30 +00:00
nsupdate: fix zone lookup (#5818)
The SOA record for an existing zone is returned as an answer RR and not
as an authority RR. It can be returned as an authority RR for subdomains
of a zone.
$ dig -t SOA example.com
;; ANSWER SECTION:
example.com. 3530 IN SOA ns.icann.org. noc.dns.icann.org. 2022091184 7200 3600 1209600 3600
$ dig -t SOA www.example.com
;; AUTHORITY SECTION:
example.com. 3600 IN SOA ns.icann.org. noc.dns.icann.org. 2022091184 7200 3600 1209600 3600
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 5735-terraform-init-fix-when-default-workspace-doesnt-exists.yaml | ||
| 5751-gem-fix-uninstall-hang.yml | ||
| 5755-mh-fix-output-conflict.yml | ||
| 5761-callback-types.yml | ||
| 5794-alternatives-fedora37.yml | ||
| 5808-xml-children-parameter-does-not-exist.yml | ||
| 5818-nsupdate-fix-zone-lookup.yml | ||
| 5843-terraform-validate-no-color.yml | ||