Merge "Fix CentOS wheel mirror URL"
This commit is contained in:
commit
d054d7ecc8
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user