dig lookup: fix DNSKEY's algorithm handling (#5914)

Fix DNSKEY's algorithm handling.
This commit is contained in:
Felix Fontein 2023-01-29 18:18:27 +01:00 committed by GitHub
commit 3da24d50cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "dig lookup plugin - correctly handle DNSKEY record type's ``algorithm`` field (https://github.com/ansible-collections/community.general/pull/5914)."