Skip to content

Remove 4.19 runs for Layered Zero Trust pattern #456

Remove 4.19 runs for Layered Zero Trust pattern

Remove 4.19 runs for Layered Zero Trust pattern #456

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@43e758bad47344f1ce7b699c0020299f486a8026 # v25.11.0
# Let's point it to the path
with:
setup_python: "true"
working_directory: "acm_import/"