epel_repo: Don't check OS support

This commit is contained in:
Timo Makinen 2022-10-31 16:58:26 +00:00
parent a3e0947e54
commit 3a64f595fe

View file

@ -1,9 +1,4 @@
---
- name: check support
ansible.builtin.fail:
msg: Role not supported in your system
when: ansible_os_family != "RedHat"
- name: enable epel repository
ansible.builtin.package:
name: epel-release