[stable-9] dig: handle NoNameservers exception (#9363) (#9410)

dig: handle NoNameservers exception (#9363)

Handle NoNameservers.

(cherry picked from commit 61b2304f4d)
This commit is contained in:
Felix Fontein
2024-12-26 17:13:08 +01:00
committed by GitHub
parent 7506742c38
commit e1d229f2c5
2 changed files with 3 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "dig lookup plugin - correctly handle ``NoNameserver`` exception (https://github.com/ansible-collections/community.general/pull/9363, https://github.com/ansible-collections/community.general/issues/9362)."