d3a52f108d
Simplify logic by using a single handler for redhat systems. Change-Id: I328f0abb602f0d71372812ff64d8ad3f3764fbd0
10 lines
209 B
YAML
10 lines
209 B
YAML
- name: gather needed facts
|
|
when: ansible_pkg_mgr is not defined
|
|
setup:
|
|
gather_subset: pkg_mgr
|
|
|
|
- name: Set up infrastructure mirrors
|
|
include: mirror.yaml
|
|
when: mirror_fqdn is defined
|
|
static: no
|