chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
281b95d824
commit
0554e665c5
157 changed files with 17 additions and 17 deletions
roles/editors/neovim/tasks
6
roles/editors/neovim/tasks/install.yml
Normal file
6
roles/editors/neovim/tasks/install.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install NeoVim
|
||||
ansible.builtin.package:
|
||||
name: neovim
|
||||
state: present
|
||||
become: true
|
10
roles/editors/neovim/tasks/main.yml
Normal file
10
roles/editors/neovim/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Packages
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
tags: install
|
||||
|
||||
- name: Install mf's kickstart
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/mfocko/kickstart.nvim.git
|
||||
dest: ~/.config/nvim
|
||||
version: develop
|
Loading…
Add table
Add a link
Reference in a new issue