First release
This commit is contained in:
parent
ee0c4f54b2
commit
c71ca190ab
11 changed files with 154 additions and 1 deletions
8
tasks/install_RedHat.yml
Normal file
8
tasks/install_RedHat.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Install repositories packages for CentOS
|
||||
package:
|
||||
name:
|
||||
- epel-release
|
||||
- elrepo-release
|
||||
state: present
|
||||
update_cache: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue