From e04b158c3927cf7bd256ee7cfa64587c1de6594b Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 5 Jan 2026 15:06:20 +1100 Subject: [PATCH] Fix non-interactive test --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 23c5ce1..4d8fdc5 100755 --- a/tests.sh +++ b/tests.sh @@ -30,7 +30,7 @@ poetry run \ --old "${BUNDLE_DIR}" \ --new "${BUNDLE_DIR}2" \ --format json | jq -DEBIAN_FRONTEND=noninteractive apt-get remove --purge cowsay +DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge cowsay # Ansible test builtin cd "${ANSIBLE_DIR}"