Skip to content

Commit

Permalink
fix: Set playbook name correctly (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo committed Jul 24, 2023
1 parent 4fe0e69 commit 490713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
uses: dawidd6/action-ansible-playbook@v2.6.1
with:
playbook: scripts/ansible/client-auto-update.yml
playbook: scripts/ansible/client-auto-update-playbook.yml
directory: ./
key: ${{ secrets.ANSIBLE_SSH_PRIVATE_KEY }}
inventory: ${{ secrets.ANSIBLE_INVENTORY }}
Expand Down

0 comments on commit 490713d

Please sign in to comment.