ansible-doc display docs for modules w/o ext (#85299)

Fixed case in which listing modules for docs failed to get sidecar

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 7e495f4b20)
This commit is contained in:
Brian Coca
2025-06-11 14:53:10 -07:00
committed by Matt Davis
parent 529776f0a1
commit d3f2c6d8f0
8 changed files with 38 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- ansible-doc will no longer ignore docs for modules without an extension (https://github.com/ansible/ansible/issues/85279).