From a55cdb1ef3050b7def98cefd22468b1f36df5bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 11 Dec 2023 19:36:28 +0100 Subject: [PATCH] Once again fix the previous commit I also missed both the array parens. ;-( Change-Id: If74cc4e0d42112b13e04325d3f7d1579f14f1f23 --- playbooks/container-image-pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/container-image-pre.yaml b/playbooks/container-image-pre.yaml index 61d0f33..178625b 100644 --- a/playbooks/container-image-pre.yaml +++ b/playbooks/container-image-pre.yaml @@ -2,7 +2,7 @@ tasks: - name: Verify repository naming scheme when: | - not zj_image.repository | regex_search("".join("^quay.io/", zuul.project.name, "\\b")) + not zj_image.repository | regex_search("".join(["^quay.io/", zuul.project.name, "\\b"])) loop: "{{ container_images }}" loop_control: loop_var: zj_image