From a22817a8cfd0651de834b0e3ed8cbe29e821dda6 Mon Sep 17 00:00:00 2001 From: zjleblanc Date: Wed, 20 Dec 2023 13:53:24 -0500 Subject: [PATCH] use correct config for collections path --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index caef7b00a..b0235170b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -collections_paths=./collections +collections_path=./collections roles_path=./roles [galaxy]