epel-repo: Move to submodule software

This commit is contained in:
Timo Makinen 2021-09-01 14:21:05 +00:00
parent 1fd75b1729
commit 6815eca627

View file

@ -1,9 +0,0 @@
---
- name: check support
fail:
msg: Role not supported in your system
when: ansible_os_family != "RedHat"
- package:
name: epel-release
state: installed