add new configuration scheme for packages

This commit is contained in:
Matthew Stobbs
2025-10-13 11:30:17 -06:00
parent 758f53d6cf
commit fa7a9003db

View File

@@ -19,7 +19,7 @@
- name: Build and install neovim {{ neovim.git_branch }}
when:
- not stat_neovim_inst.stat.exists or \
- not stat_neovim_inst.stat.exists or
(_pkgconfig_force_neovim is defined and _pkgconfig_force_neovim)
block:
- name: Clone neovim git repository