more fixes, more config
This commit is contained in:
@@ -3,15 +3,14 @@
|
||||
file: neovim.yml
|
||||
name: _neovim
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig:
|
||||
neovim: "{{ _neovim | ansible.builtin.combine(pkgconfig.neovim) }}"
|
||||
pkgconfig_neovim: "{{ _neovim | ansible.builtin.combine(pkgconfig.neovim) }}"
|
||||
|
||||
- name: append neovim to srcpkgs
|
||||
when: not pkgconfig.neovim.use_syspkg
|
||||
when: not pkgconfig_neovim.use_syspkg
|
||||
set_fact:
|
||||
srcpkgs: "{{ srcpkgs + ['neovim'] }}"
|
||||
|
||||
- name: append neovim to syspkgs
|
||||
when: pkgconfig.neovim.use_syspkg
|
||||
when: pkgconfig_neovim.use_syspkg
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + ['neovim'] }}"
|
||||
|
||||
Reference in New Issue
Block a user