fix(tooling): corrected path in molecule task
This commit is contained in:
parent
75f18e2ac7
commit
b70a8301bb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ env:
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh'
|
PYTHON_WRAPPER: '{{.ROOT_DIR}}/scripts/python_wrapper.sh'
|
||||||
MOLECULE_DIR: '{{.ROOT_DIR}}/collections/ansible_collections/nullified/infrastructure/extensions'
|
MOLECULE_DIR: '{{.ROOT_DIR}}/ansible_collections/nullified/infrastructure/extensions'
|
||||||
COLLECTIONS_DIR: '{{.ROOT_DIR}}/ansible_collections'
|
COLLECTIONS_DIR: '{{.ROOT_DIR}}/ansible_collections'
|
||||||
ANSIBLE_PASS_PATH: ansible/vault-id
|
ANSIBLE_PASS_PATH: ansible/vault-id
|
||||||
ANSIBLE_PASS_LENGTH: 50
|
ANSIBLE_PASS_LENGTH: 50
|
||||||
|
|
Loading…
Add table
Reference in a new issue