File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ nodepool_cbs_centos_proxy: "http://{{ zuul_site_mirror_fqdn }}:8080/cbs.centos"
7
7
nodepool_docker_proxy : " http://{{ zuul_site_mirror_fqdn }}:8080/docker"
8
8
9
9
# 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 }}"
You can’t perform that action at this time.
0 commit comments