fixing formatting and dependencies

This commit is contained in:
Matthew Stobbs
2025-01-25 18:45:37 -07:00
parent 391e8ee226
commit 66eaed6e4b
33 changed files with 95 additions and 75 deletions

View File

@@ -6,11 +6,11 @@
pkgconfig_neovim: "{{ _neovim | ansible.builtin.combine(pkgconfig.neovim) }}"
- name: append neovim to srcpkgs
when: not pkgconfig_neovim.use_syspkg
set_fact:
ansible.builtin.set_fact:
srcpkgs: "{{ srcpkgs + ['neovim'] }}"
when: not pkgconfig_neovim.use_syspkg
- name: append neovim to syspkgs
when: pkgconfig_neovim.use_syspkg
set_fact:
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + ['neovim'] }}"
when: pkgconfig_neovim.use_syspkg