mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-29 14:53:09 +00:00
* dig: Support multiple domains in a single lookup (#6334) The docs for this plugin indicated that multiple domains could be specified at once, but the code did not support multiple domains. * Address review feedback.