Introduce enroll explain
Some checks failed
CI / test (push) Failing after 1m45s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 23s

A tool to analyze and explain what's in (or not in) a harvest and why.
This commit is contained in:
Miguel Jacq 2026-01-05 10:16:44 +11:00
parent 56d0148614
commit 59674d4660
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 693 additions and 2 deletions

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 python3-apt
ansible ansible-lint python3-venv pipx systemctl python3-apt jq
- name: Install Poetry
run: |