dig: handle NoNameservers exception (#9363)

Handle NoNameservers.
This commit is contained in:
Felix Fontein 2024-12-26 17:01:35 +01:00 committed by GitHub
commit 61b2304f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)."