summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2022-07-05 17:30:01 +0200
committerGitHub <noreply@github.com>2022-07-05 08:30:01 -0700
commit036fc02c2793d54c04faee77478093ee86f19f3b (patch)
tree3245276bd515b7a72388880069ab6ab304b91288 /changelogs
parent99217ca2b68909455b783811836d66589bd991d8 (diff)
downloadansible-036fc02c2793d54c04faee77478093ee86f19f3b.tar.gz
[stable-2.13] ansible-doc: list modules in collections recursively (#78137)
* List modules in collections recursively. * Skip symlinks when listing plugins and modules.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/78137-ansible-doc-list-modules-recursively.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/78137-ansible-doc-list-modules-recursively.yml b/changelogs/fragments/78137-ansible-doc-list-modules-recursively.yml
new file mode 100644
index 0000000000..66567bcc44
--- /dev/null
+++ b/changelogs/fragments/78137-ansible-doc-list-modules-recursively.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - "ansible-doc - when listing modules in collections, proceed recursively. This fixes module listing for community.general 5.x.y and community.network 4.x.y (https://github.com/ansible/ansible/pull/78137)."
+ - "ansible-doc - no longer list module and plugin aliases that are created with symlinks (https://github.com/ansible/ansible/pull/78137)."