From 65bbbb765961ff3813fe7b5fa9a030b48054a4b4 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Sun, 13 Oct 2024 20:12:40 +0100 Subject: [PATCH] new ci container --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb09c95..04e3590 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ variables: ANSIBLE_CALLBACK_RESULT_FORMAT: "yaml" ANSIBLE_DIFF_ALWAYS: "1" ANSIBLE_DISPLAY_SKIPPED_HOSTS: "0" + ANSIBLE_ERROR_ON_UNDEFINED_VARS: "1" ANSIBLE_FORCE_COLOR: "1" ANSIBLE_INJECT_FACT_VARS: "0" ANSIBLE_REMOTE_TMP: "/tmp" @@ -35,7 +36,7 @@ stages: - bookworm # - trixie bookworm: - image: registry.git.coop/webarch/containers/images/bookworm:20240911 + image: registry.git.coop/webarch/containers/images/bookworm:20241008 stage: bookworm script: - pre-commit install @@ -43,7 +44,7 @@ bookworm: - molecule test --all # No Trixie Sury repo yet # trixie: -# image: registry.git.coop/webarch/containers/images/trixie:20240911 +# image: registry.git.coop/webarch/containers/images/trixie:20241008 # stage: trixie # script: # - molecule test -- GitLab