epel-repo: Initial version of role
This commit is contained in:
parent
964b70f978
commit
858a7d30d7
1 changed files with 9 additions and 0 deletions
9
roles/epel-repo/tasks/main.yml
Normal file
9
roles/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