Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

fixes RHEL 9 config order #6

fixes RHEL 9 config order

fixes RHEL 9 config order #6

Workflow file for this run

---
name: ansible
on:
pull_request:
push:
branches:
- main
- wip/next
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint-action@v6
...