zuul-jobs/roles/configure-mirrors/tasks/main.yaml
Sorin Sbarnea d3a52f108d configure-mirrors: Consolidate dnf/yum handler
Simplify logic by using a single handler for redhat systems.

Change-Id: I328f0abb602f0d71372812ff64d8ad3f3764fbd0
2019-10-15 18:21:44 +01:00

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