Skip to content

fix: fix ubuntu AWS headers and downgrade modernprobe-builder base image #141

fix: fix ubuntu AWS headers and downgrade modernprobe-builder base image

fix: fix ubuntu AWS headers and downgrade modernprobe-builder base image #141

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint@40f24c2d511c6662ba96b53a35f386cf8b0c11ad # v25.12.1
with:
working_directory: "${{ github.workspace }}/ansible-playbooks"
requirements_file: "${{ github.workspace }}/requirements.yml"