mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 14:39:07 +00: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
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 6.6.5.yml | ||
| 7104_fix_lxc_remoteaddr_default.yml | ||
| 7125-fix-inappropriate-comparison.yml | ||
| 7156-ensure-validate-certs-parameter-is-honoured.yml | ||
| 7161-fix-incorrect-post-parameter.yml | ||
| 7180-make_params_without_value.yml | ||
| 7200-cmd-runner-abs-path.yml | ||
| 7219-fix-nsupdate-cname.yaml | ||