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:
|
dependencies:
|
||||||
- role: epel-repo
|
- role: epel-repo
|
||||||
when: ansible_os_family == "RedHat"
|
when:
|
||||||
|
- ansible_distribution != "Fedora"
|
||||||
|
- ansible_os_family == "RedHat"
|
||||||
- role: powertools-repo
|
- role: powertools-repo
|
||||||
when:
|
when:
|
||||||
|
- ansible_distribution != "Fedora"
|
||||||
- ansible_os_family == "RedHat"
|
- ansible_os_family == "RedHat"
|
||||||
- ansible_distribution_major_version|int >= 8
|
- ansible_distribution_major_version|int >= 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue