Skip to content

Change distro dispatch method #1

Change distro dispatch method

Change distro dispatch method #1

Workflow file for this run

---
name: Ansible Lint
on: # yamllint disable-line rule:truthy
push:
branches: [main]
paths:
- defaults/**
- meta/**
- handlers/**
- tasks/**
- templates/**
- vars/**
- molecule/**
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint-action@main