ansible: add vim role
This commit is contained in:
4
ansible/roles/vim/vars/Debian.yml
Normal file
4
ansible/roles/vim/vars/Debian.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
vim_package: vim
|
||||
vim_plugins_dir: "~/.vim/pack/plugins/start"
|
||||
4
ansible/roles/vim/vars/OpenBSD.yml
Normal file
4
ansible/roles/vim/vars/OpenBSD.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
vim_package: vim--no_x11
|
||||
vim_root_group: wheel
|
||||
Reference in New Issue
Block a user