mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 07:43: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.