Fix non-interactive test
All checks were successful
CI / test (push) Successful in 7m19s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-05 15:06:20 +11:00
parent a1433d645f
commit e04b158c39
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -30,7 +30,7 @@ poetry run \
--old "${BUNDLE_DIR}" \ --old "${BUNDLE_DIR}" \
--new "${BUNDLE_DIR}2" \ --new "${BUNDLE_DIR}2" \
--format json | jq --format json | jq
DEBIAN_FRONTEND=noninteractive apt-get remove --purge cowsay DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge cowsay
# Ansible test # Ansible test
builtin cd "${ANSIBLE_DIR}" builtin cd "${ANSIBLE_DIR}"