Skip to content

Add dnf5 to list of package managers #153

Add dnf5 to list of package managers

Add dnf5 to list of package managers #153

Workflow file for this run

---
name: Ansible Lint
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: "-r molecule/requirements.yml"