Add RedHat support for the neovim role
This commit is contained in:
parent
c5bbb57b69
commit
6dd3133e70
6
roles/neovim/tasks/RedHat.yaml
Normal file
6
roles/neovim/tasks/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install yum package
|
||||
become: true
|
||||
yum:
|
||||
name: neovim
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user