node_exporter: Fix installing for Fedora
This commit is contained in:
parent
f831973023
commit
1fdce68b75
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- {role: epel_repo, when: ansible_os_family == "RedHat"}
|
- role: epel_repo
|
||||||
|
when:
|
||||||
|
- ansible_os_family == "RedHat"
|
||||||
|
- ansible_distribution != "Fedora"
|
||||||
|
|
Loading…
Add table
Reference in a new issue