From 06ac69bd87a2ae97d87aea3daebce61ab25387a7 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 5 May 2025 15:45:40 +0200 Subject: [PATCH] CI: Fix pip mirror multiline Change-Id: Ic75fdaedfa62816fae0cc0b7924425b574feb1ee --- tests/vars/zuul.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/vars/zuul.yml b/tests/vars/zuul.yml index e49f9d3560..dbcc01d193 100644 --- a/tests/vars/zuul.yml +++ b/tests/vars/zuul.yml @@ -7,8 +7,8 @@ nodepool_cbs_centos_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos" nodepool_docker_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/docker" # NOTE(hrw): wheel cache goes over 80/443 not on 8080 -nodepool_wheel_mirror: >- - https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}- - {{ (ansible_os_family == 'Debian') | - ternary(ansible_distribution_version, ansible_distribution_major_version) }}- - {{ ansible_architecture | lower }} +nodepool_wheel_mirror: + "https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-\ + {{ (ansible_os_family == 'Debian') | \ + ternary(ansible_distribution_version, ansible_distribution_major_version) }}-\ + {{ ansible_architecture | lower }}"