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