Skip to content

feat(makefile): add ansible-playbook commands to targets #800

feat(makefile): add ansible-playbook commands to targets

feat(makefile): add ansible-playbook commands to targets #800

Workflow file for this run

name: Ansible
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main