node_exporter: Fix installing for Fedora

This commit is contained in:
Timo Makinen 2023-08-19 17:46:44 +00:00
parent f831973023
commit 1fdce68b75

View file

@ -1,3 +1,6 @@
---
dependencies:
- {role: epel_repo, when: ansible_os_family == "RedHat"}
- role: epel_repo
when:
- ansible_os_family == "RedHat"
- ansible_distribution != "Fedora"