Skip to content

Commit

Permalink
Fix syntax error in Ansible inventory configuration in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-su committed Dec 11, 2024
1 parent 20a30c9 commit 6bf9b36
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 6bf9b36

Please sign in to comment.