Skip to content

Commit 7bb893f

Browse files
author
Gpshfrd
committed
fix: run ansible-lint
1 parent 2bf3f27 commit 7bb893f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ansible-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: |
3535
cd ansible
3636
echo "$ANSIBLE_VAULT_PASSWORD" > /tmp/vault_pass
37-
ansible-lint -p playbooks/*.yml --vault-password-file /tmp/vault_pass
37+
export ANSIBLE_VAULT_PASSWORD_FILE=/tmp/vault_pass
38+
ansible-lint playbooks/*.yml
3839
rm /tmp/vault_pass
3940
4041
deploy:

0 commit comments

Comments
 (0)