munin-node: Fix dependencies for Fedora
This commit is contained in:
parent
e048e97abc
commit
5c0d6fe84f
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: epel-repo
|
||||
when: ansible_os_family == "RedHat"
|
||||
when:
|
||||
- ansible_distribution != "Fedora"
|
||||
- ansible_os_family == "RedHat"
|
||||
- role: powertools-repo
|
||||
when:
|
||||
- ansible_distribution != "Fedora"
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_distribution_major_version|int >= 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue