Add epel-repo role
This commit is contained in:
parent
4bf65be84f
commit
26e65776ac
1 changed files with 9 additions and 0 deletions
9
epel-repo/tasks/main.yml
Normal file
9
epel-repo/tasks/main.yml
Normal 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
|
Loading…
Add table
Reference in a new issue