Skip to content

Commit

Permalink
ci: fix ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerPixel committed Feb 8, 2024
1 parent b2c170a commit 77c4bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ansible-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
- name: Run ansible-lint on our playbook
run: |
cat ${{secrets.VAULT_PASSWORD}} >> .ansible_vault_pass
ansible-galaxy collection install -r requirements.yml
ansible-lint -v -s --exclude ./vars/* --project-dir .

0 comments on commit 77c4bf8

Please sign in to comment.