Add missing meta with dep to EPEL
This commit is contained in:
parent
4f42a80004
commit
9bf8b862d1
5
meta/main.yml
Normal file
5
meta/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: epel
|
||||
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
||||
|
Loading…
Reference in a new issue