From fa7a9003db0aabc3f3a8ad56fec8246dc629f34a Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Mon, 13 Oct 2025 11:30:17 -0600 Subject: [PATCH] add new configuration scheme for packages --- tasks/src/neovim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/src/neovim.yml b/tasks/src/neovim.yml index 39c4895..0191391 100644 --- a/tasks/src/neovim.yml +++ b/tasks/src/neovim.yml @@ -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