Add ansible-lint in tests

This commit is contained in:
Miguel Jacq 2025-12-15 11:29:19 +11:00
parent 4cdc78915f
commit 3f0e38dadf
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 20 additions and 4 deletions

View file

@ -15,7 +15,7 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ansible
ansible ansible-lint
- name: Install Poetry
run: |