munin-node: Fix dependencies for CentOS 8
This commit is contained in:
parent
b4e1edbf5d
commit
ce17dfbe70
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
dependencies:
|
||||
- {role: epel-repo, when: ansible_os_family == "RedHat"}
|
||||
- role: epel-repo
|
||||
when: ansible_os_family == "RedHat"
|
||||
- role: powertools-repo
|
||||
when:
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_distribution_major_version|int >= 8
|
||||
|
|
Loading…
Add table
Reference in a new issue