Fix error related to missing .vault_password file in pipeline

This commit is contained in:
Kishan Takoordyal 2025-08-11 22:09:48 +04:00
parent 303fd5214b
commit efbef06b77
Signed by: root
GPG Key ID: 938988C2E73F190F

View File

@ -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