munin-node: Fix dependencies for CentOS 8

This commit is contained in:
Timo Makinen 2021-03-18 23:55:26 +00:00
parent b4e1edbf5d
commit ce17dfbe70

View file

@ -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