Skip to content

Bump ansible/ansible-lint from 26.1.1 to 26.3.0 #510

Bump ansible/ansible-lint from 26.1.1 to 26.3.0

Bump ansible/ansible-lint from 26.1.1 to 26.3.0 #510

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@8ba9595a4acd1b906eb75568b34f6ef592cd1528 # v26.3.0
# Let's point it to the path
with:
setup_python: "true"
working_directory: "acm_import/"