add new configuration scheme for packages
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
- name: Build and install neovim {{ neovim.git_branch }}
|
- name: Build and install neovim {{ neovim.git_branch }}
|
||||||
when:
|
when:
|
||||||
- not stat_neovim_inst.stat.exists
|
- not stat_neovim_inst.stat.exists or \
|
||||||
|
(_pkgconfig_force_neovim is defined and _pkgconfig_force_neovim)
|
||||||
block:
|
block:
|
||||||
- name: Clone neovim git repository
|
- name: Clone neovim git repository
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
|||||||
Reference in New Issue
Block a user