Skip to content

Commit e7bd46d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "CI: Fix pip mirror multiline"
2 parents 535b2f2 + 06ac69b commit e7bd46d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/vars/zuul.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ nodepool_cbs_centos_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
77
nodepool_docker_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/docker"
88

99
# NOTE(hrw): wheel cache goes over 80/443 not on 8080
10-
nodepool_wheel_mirror: >-
11-
https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-
12-
{{ (ansible_os_family == 'Debian') |
13-
ternary(ansible_distribution_version, ansible_distribution_major_version) }}-
14-
{{ ansible_architecture | lower }}
10+
nodepool_wheel_mirror:
11+
"https://{{ zuul_site_mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-\
12+
{{ (ansible_os_family == 'Debian') | \
13+
ternary(ansible_distribution_version, ansible_distribution_major_version) }}-\
14+
{{ ansible_architecture | lower }}"

0 commit comments

Comments
 (0)