9 lines
202 B
YAML
9 lines
202 B
YAML
- name: Gather needed facts
|
|
when: ansible_pkg_mgr is not defined
|
|
setup:
|
|
gather_subset: pkg_mgr
|
|
|
|
- name: Set up infrastructure mirrors
|
|
include_tasks: mirror.yaml
|
|
when: mirror_fqdn is defined
|