mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
config: Correct config in COLLECTIONS_PATHS (#86514)
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user