From 4289d0e5e5f02c70e724421e7fc49ce0c0788038 Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Mon, 23 Feb 2026 09:28:29 +0100 Subject: [PATCH] fix: Point collections to the util. container collection path We need this, if the user has an older rhvp collection, there could be unexpected errors, since we mount the local ansible collections to the container. --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index cea5c9d1..91d0379d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,3 +7,6 @@ timeout=30 library=~/.ansible/plugins/modules:./ansible/plugins/modules:./common/ansible/plugins/modules:/usr/share/ansible/plugins/modules roles_path=~/.ansible/roles:./ansible/roles:./common/ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles filter_plugins=~/.ansible/plugins/filter:./ansible/plugins/filter:./common/ansible/plugins/filter:/usr/share/ansible/plugins/filter +# use the collections from the util. container, +# change below if you want to test local collections +collections_path=/usr/share/ansible/collections