Add missing meta with dep to EPEL

This commit is contained in:
Sven Velt 2022-03-17 09:58:32 +01:00
parent 4f42a80004
commit 9bf8b862d1

5
meta/main.yml Normal file
View file

@ -0,0 +1,5 @@
---
dependencies:
- role: epel
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"