fix(tooling): set molecule vault password file to shell script wrapper for pass
This commit is contained in:
parent
170f972185
commit
bf7159d79e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
config_options:
|
config_options:
|
||||||
defaults:
|
defaults:
|
||||||
vault_password_file: ${HOME}/.config/ansible/vault-id
|
vault_password_file: ${ANSIBLE_VAULT_PASSWORD_FILE}
|
||||||
inventory:
|
inventory:
|
||||||
group_vars:
|
group_vars:
|
||||||
molecule:
|
molecule:
|
||||||
|
|
Loading…
Add table
Reference in a new issue