Skip to content

Commit

Permalink
attempt to fix ansible in action
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Mar 30, 2024
1 parent 70cac28 commit 962462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: deploy.yml
directory: deploy
directory: ./deploy
key: ${{secrets.SSH_PRIVATE_KEY}}
# Optional, literal inventory file contents
inventory: ${{ secrets.inventory }}

0 comments on commit 962462b

Please # to comment.