epel-repo: Initial version of role

This commit is contained in:
Timo Makinen 2020-08-26 23:11:51 +03:00
parent 964b70f978
commit 858a7d30d7

View file

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