Skip to content

Commit

Permalink
Client auto update (#1052)
Browse files Browse the repository at this point in the history
fix: Set playbook name correctly (#944)
  • Loading branch information
samuelarogbonlo authored Jul 25, 2023
1 parent 08a2513 commit f48227a
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/[email protected]
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 f48227a

Please sign in to comment.