Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 26, 2024
1 parent 730f453 commit e654438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- name: Run playbook
uses: dawidd6/action-ansible-playbook@v2
working-directory: ansible
with:
playbook: ansible/playbooks/${{ matrix.playbook }}/playbook.yml
playbook: playbooks/${{ matrix.playbook }}/playbook.yml
key: "${{ secrets.SSH_PRIVATE_KEY }}"
options: --user ansible --verbose --diff

0 comments on commit e654438

Please sign in to comment.