separate configuration, requirements and variables

This commit is contained in:
Matthew Stobbs
2025-02-09 15:50:59 -07:00
parent fc674fe06f
commit 80af799c47
75 changed files with 501 additions and 579 deletions

View File

@@ -10,7 +10,7 @@
- name: append to pkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + pkgconfig_neovide.pkgdeps[ansible_os_family] }}"
syspkgs: "{{ syspkgs + pkgconfig_neovide.deps[ansible_os_family] }}"
srcpkgs: "{{ srcpkgs + [ 'neovide' ] }}"
when: ansible_system == 'Linux'