Skip to content

chore(image/ubuntu): update from kernel 6.5 to 6.8 to fix build issue #136

chore(image/ubuntu): update from kernel 6.5 to 6.8 to fix build issue

chore(image/ubuntu): update from kernel 6.5 to 6.8 to fix build issue #136

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint@06f616d6e86e9ce4c74393318d1cbb2d016af413 # v25.6.1
with:
working_directory: "${{ github.workspace }}/ansible-playbooks"
requirements_file: "${{ github.workspace }}/requirements.yml"