Needs systemctl
Some checks failed
CI / test (push) Failing after 1m34s
Trivy / test (push) Waiting to run
Lint / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-12-15 11:53:26 +11:00
parent 25b08f77e0
commit 68e797a054
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

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