role.monitored/meta/main.yml
2025-03-26 17:38:08 +01:00

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"