mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 07:04:23 -07:00
[PR #6334/64e797d0 backport][stable-6] dig: Support multiple domains in a single lookup (#6346)
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.
(cherry picked from commit 64e797d077
)
Co-authored-by: Kevin P. Fleming <kpfleming@users.noreply.github.com>
This commit is contained in:
parent
aa8728b22c
commit
3ff9161ab0
2 changed files with 75 additions and 48 deletions
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- dig lookup plugin - Support multiple domains to be queried as indicated in docs
|
||||
(https://github.com/ansible-collections/community.general/pull/6334).
|
Loading…
Add table
Add a link
Reference in a new issue