Ansible: Install vim and neovide before setting up vim
This commit is contained in:
parent
73ca945487
commit
7c8d97c25e
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
---
|
||||
- name: "vim : Install vim"
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- vim
|
||||
- neovide
|
||||
state: present
|
||||
|
||||
- name: "vim : Symlink config files"
|
||||
ansible.builtin.include_tasks: symlink_dotfile.yml
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue