Skip to content

Add temporary workaround until updated to bookworm #185

Add temporary workaround until updated to bookworm

Add temporary workaround until updated to bookworm #185

Workflow file for this run

---
name: Linting
on: [push]
jobs:
ansible-lint:
name: Ansible lint
runs-on: ubuntu-latest
steps:
- name: Set up VCS checkout
uses: actions/checkout@v3
# TODO file Issue about making configurable
- name: Copy ansible dependency file to location expected by ansible-lint
run: cp requirements.yaml requirements.yml
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6.11.0