Rename roles according to ansible recommendations
This commit is contained in:
parent
ce37f81e76
commit
bc5eda7487
17 changed files with 8 additions and 8 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
Add a link
Reference in a new issue