From 986e5a8f3ecd2aa1c9087c7a26cc8ca628d31736 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Wed, 11 Mar 2026 12:41:11 +0100 Subject: [PATCH] Defined collections path --- ansible/ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 0f2b912..c9e3c53 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -55,6 +55,8 @@ fact_caching_timeout=86400 # (pathspec) Colon-separated paths in which Ansible will search for collections content. 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" }}'``. ;collections_path=/Users/fabioisti/.ansible/collections:/usr/share/ansible/collections +collections_path=./playbooks/collections + # (boolean) A boolean to enable or disable scanning the sys.path for installed collections. ;collections_scan_sys_path=True