8 lines
170 B
YAML
8 lines
170 B
YAML
---
|
|
dependencies:
|
|
- role: epel
|
|
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
|
|
|
- role: prepare-dnf5
|
|
when: ansible_pkg_mgr == "dnf5"
|