Merge "Fix CentOS wheel mirror URL"

This commit is contained in:
Zuul 2021-02-15 23:47:11 +00:00 committed by Gerrit Code Review
commit d054d7ecc8

View File

@ -1,2 +1,3 @@
package_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}"
epel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/epel"
wheel_mirror: "{{ http_or_https }}://{{ mirror_fqdn }}/wheel/{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version }}-{{ ansible_architecture | lower }}"