Skip to content

fix(python): update ansible-core ( 2.17.5 → 2.17.6 ) #1879

fix(python): update ansible-core ( 2.17.5 → 2.17.6 )

fix(python): update ansible-core ( 2.17.5 → 2.17.6 ) #1879

Workflow file for this run

---
name: Packer Lint
on:
push:
paths:
- packer/**
- .github/workflows/packer-lint.yml
pull_request:
jobs:
packer-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup packer
uses: hashicorp/setup-packer@v3.1.0
id: setup
with:
version: latest
- name: Run packer validate
id: validate
run: |
cd packer/templates
packer validate -syntax-only ubuntu