Merge "Add arm64 support to mirror setup"

This commit is contained in:
Zuul 2018-03-07 05:28:26 +00:00 committed by Gerrit Code Review
commit 08724c3134
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- name: Include OS-specific variables
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}.{{ ansible_architecture }}.yaml"
- "{{ ansible_distribution }}.yaml"
- "{{ ansible_os_family }}.yaml"
- "default.yaml"

View File

@ -0,0 +1 @@
package_mirror: "http://{{ mirror_fqdn }}/{{ ansible_distribution | lower }}-ports"