1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/6334-dig-support-multiple-domains.yml
Kevin P. Fleming 64e797d077
dig: Support multiple domains in a single lookup (#6334)
* 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.
2023-04-16 14:26:44 +02:00

3 lines
173 B
YAML

minor_changes:
- dig lookup plugin - Support multiple domains to be queried as indicated in docs
(https://github.com/ansible-collections/community.general/pull/6334).