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