Skip to content

Merge pull request #271 from richm/cl-20231129 #504

Merge pull request #271 from richm/cl-20231129

Merge pull request #271 from richm/cl-20231129 #504

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v4
- name: Lint Ansible playbook
uses: ansible/ansible-lint-action@main