separate configuration, requirements and variables
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user