Skip to content

Commit

Permalink
Fix variable syntax in Ansible inventory configuration in deploy work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
vadim-su committed Dec 11, 2024
1 parent 6bf9b36 commit 6027a10
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 @@ -32,5 +32,5 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
inventory: |
[vadim_one]
"{{ var.host }}" ansible_port="{{ var.port }}" ansible_user="{{ var.user }}"
"${{ var.host }}" ansible_port="${{ var.port }}" ansible_user="${{ var.user }}"
requirements: deploy/galaxy-requirements.yml

0 comments on commit 6027a10

Please sign in to comment.