needs python3-apt for tests
Some checks failed
CI / test (push) Failing after 5m11s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 19s

This commit is contained in:
Miguel Jacq 2025-12-15 12:01:01 +11:00
parent 809f21dd35
commit 2c5e901450
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

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