mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
Fix nsupdate when updating NS record (#5112)
* Fix nsupdate when updating NS record * Changelog fragment * Update changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Switch to fallback to AUTHORITY instead of using with NS type. * Update plugins/modules/net_tools/nsupdate.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nsupdate.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: jonathan lung <lungj@heresjono.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
0be7b6e7b9
commit
ad8965218d
2 changed files with 6 additions and 1 deletions
2
changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml
Normal file
2
changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112).
|
Loading…
Add table
Add a link
Reference in a new issue