Skip to content

soho_router: fix task names by keeping Jinja templates at end #15

soho_router: fix task names by keeping Jinja templates at end

soho_router: fix task names by keeping Jinja templates at end #15

name: Validate Ansible syntax
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
validate-ansible-syntax:
runs-on: ubuntu-26.04
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Ansible syntax check
run: |
pushd ansible/
./validate-syntax.sh