Skip to content

Fixes the Anthias installer so that it'll work on Debian Bookworm as well #102

Fixes the Anthias installer so that it'll work on Debian Bookworm as well

Fixes the Anthias installer so that it'll work on Debian Bookworm as well #102

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches:
- master
- production
paths:
- 'ansible/**'
pull_request:
branches:
- master
- production
paths:
- 'ansible/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
with:
path: "ansible/"