epel_repo: Don't check OS support
This commit is contained in:
parent
a3e0947e54
commit
3a64f595fe
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue