add new configuration scheme for packages

This commit is contained in:
Matthew Stobbs
2025-10-13 11:29:27 -06:00
parent 5b695f35f2
commit 758f53d6cf

View File

@@ -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: