From 7342cf1c50d7bf5f7bae76d971226f6ec382b531 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Tue, 4 Mar 2025 00:00:00 +0000 Subject: [PATCH] fix(tooling): corrected custom collections path in Taskfile --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 1bdbf44..d6eaf95 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -14,7 +14,7 @@ env: vars: PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh' MOLECULE_DIR: '{{.ROOT_DIR}}/collections/ansible_collections/nullified/infrastructure/extensions' - COLLECTIONS_DIR: '{{.ROOT_DIR}}/collections/ansible_collections' + COLLECTIONS_DIR: '{{.ROOT_DIR}}/ansible_collections' ANSIBLE_PASS_PATH: ansible/vault-id ANSIBLE_PASS_LENGTH: 50