Skip to content

🎨: Update ansible-lint.yml and inventory YAML files #3

🎨: Update ansible-lint.yml and inventory YAML files

🎨: Update ansible-lint.yml and inventory YAML files #3

Workflow file for this run

name: Lint Ansible code
on:
push:
paths:
- "ansible/**"
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24