dnstxt lookup - add option to return empty list. (#5457)

This commit is contained in:
Felix Fontein 2022-11-01 22:19:33 +01:00 committed by GitHub
commit 47cc2a4e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- dnstxt lookup plugin - add option to return empty result without empty strings, and return empty list instead of ``NXDOMAIN`` (https://github.com/ansible-collections/community.general/pull/5457, https://github.com/ansible-collections/community.general/issues/5428).