Fix error related to missing .vault_password file in pipeline

This commit is contained in:
2025-08-11 22:09:48 +04:00
parent 303fd5214b
commit efbef06b77

View File

@@ -36,5 +36,6 @@ jobs:
./setup_venv.sh
- name: Run ansible-lint
run: |
touch .vault_password
source ./venv/bin/activate
PY_COLORS=1 ANSIBLE_FORCE_COLOR=1 ANSIBLE_CONFIG=./ansible.cfg ansible-lint --exclude=inventory