mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 04:21:44 -07:00
nsupdate: fix 'index out of range' error when no TTL answer is given (#7219)
* nsupdate: fix 'index out of range' error when no TTL answer is given Fix a possible `list index out of range` when no answer is returned in the `ttl_changed` method by applying the existing workaround for NS records to all record types. Resolves #836 * fixup! nsupdate: fix 'index out of range' error when no TTL answer is given
This commit is contained in:
parent
afeeb89af6
commit
208df2c9e6
2 changed files with 4 additions and 4 deletions
2
changelogs/fragments/7219-fix-nsupdate-cname.yaml
Normal file
2
changelogs/fragments/7219-fix-nsupdate-cname.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- nsupdate - fix a possible ``list index out of range`` exception (https://github.com/ansible-collections/community.general/issues/836).
|
Loading…
Add table
Add a link
Reference in a new issue