fix(tooling): corrected custom collections path in Taskfile
This commit is contained in:
parent
5248760268
commit
7342cf1c50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue