[stable-2.19] config: Correct config in COLLECTIONS_PATHS (#86514) (#86523)

(cherry picked from commit 03776e3)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2026-02-11 11:48:32 -06:00
committed by GitHub
parent ce12ff21f6
commit c4fc531445
+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: