Fix error related to missing .vault_password file in pipeline
This commit is contained in:
parent
303fd5214b
commit
efbef06b77
@ -36,5 +36,6 @@ jobs:
|
|||||||
./setup_venv.sh
|
./setup_venv.sh
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
run: |
|
run: |
|
||||||
|
touch .vault_password
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
PY_COLORS=1 ANSIBLE_FORCE_COLOR=1 ANSIBLE_CONFIG=./ansible.cfg ansible-lint --exclude=inventory
|
PY_COLORS=1 ANSIBLE_FORCE_COLOR=1 ANSIBLE_CONFIG=./ansible.cfg ansible-lint --exclude=inventory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user