Skip to content

Fix the inclusion of kea_ctrl_agent_raw_options #11

Fix the inclusion of kea_ctrl_agent_raw_options

Fix the inclusion of kea_ctrl_agent_raw_options #11

Workflow file for this run

name: ansible-lint
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24.6.1