Skip to content

fix syntax to work with ansible 2.19+ #288

fix syntax to work with ansible 2.19+

fix syntax to work with ansible 2.19+ #288

Workflow file for this run

name: Ansible lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: roles/* ansible/*
setup_python: "true"