config: Correct config in COLLECTIONS_PATHS (#86514)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2026-02-04 13:28:19 +00:00
committed by GitHub
parent d9deb945b0
commit 03776e3bef
+1 -1
View File
@@ -291,7 +291,7 @@ COLLECTIONS_PATHS:
Collections must be in nested *subdirectories*, not directly in these directories.
For example, if ``COLLECTIONS_PATHS`` includes ``'{{ ANSIBLE_HOME ~ "/collections" }}'``,
and you want to add ``my.collection`` to that directory, it must be saved as
``'{{ ANSIBLE_HOME} ~ "/collections/ansible_collections/my/collection" }}'``.
``'{{ ANSIBLE_HOME ~ "/collections/ansible_collections/my/collection" }}'``.
default: '{{ ANSIBLE_HOME ~ "/collections:/usr/share/ansible/collections" }}'
type: pathspec
env: