From d60e0c7ca63ceec539c23c66022fbb85d350240f Mon Sep 17 00:00:00 2001 From: Zach LeBlanc Date: Fri, 5 Jan 2024 10:05:33 -0500 Subject: [PATCH] Update COLLECTIONS_PATHS config (#127) Co-authored-by: willtome --- 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]