toansible: Set vim as dependency of neovim (not include)
This commit is contained in:
parent
2724e4b6d2
commit
93e31f6d96
2 changed files with 3 additions and 5 deletions
3
roles/neovim/meta/main.yml
Normal file
3
roles/neovim/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: vim
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
|
||||
- name: Pull in vim installation
|
||||
include_role:
|
||||
name: vim
|
||||
|
||||
- name: Install packages (Archlinux)
|
||||
become: true
|
||||
pacman:
|
||||
|
|
Loading…
Add table
Reference in a new issue