Skip to content

Fix variable syntax in Ansible inventory configuration in deploy work… #6

Fix variable syntax in Ansible inventory configuration in deploy work…

Fix variable syntax in Ansible inventory configuration in deploy work… #6

Workflow file for this run

name: "Deploy"
on:
push:
jobs:
formatting:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Ensure rustfmt is installed and setup problem matcher
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: wasm32-unknown-unknown
- name: Install Trunk
run: cargo install trunk
- uses: actions/setup-node@v4
- name: Install TailwindCSS
run: npm install -g tailwindcss
- name: Build Project
run: trunk build --release=true
- name: Run playbook
uses: dawidd6/action-ansible-playbook@v2
with:
playbook: deploy/run_deploy.yaml
key: ${{ secrets.DEPLOY_KEY }}
inventory: |

Check failure on line 33 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 33, Col: 22): Unrecognized named-value: 'var'. Located at position 1 within expression: var.host
[vadim_one]
"${{ var.host }}" ansible_port="${{ var.port }}" ansible_user="${{ var.user }}"
requirements: deploy/galaxy-requirements.yml