packages are more generic
- if config is needed, it has a file in vars/ - all imported vars for pkgs are namespaced with _<pkgname>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
when: ansible_system == 'Linux'
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + _neovide[ansible_os_family].pkgdeps }}"
|
||||
srcpkgs: "{{ srcpkgs + [ 'build/neovide.yml' ] }}"
|
||||
srcpkgs: "{{ srcpkgs + [ 'neovide' ] }}"
|
||||
|
||||
- name: append neovide to caskpkgs
|
||||
when: ansible_system == 'Darwin'
|
||||
|
||||
Reference in New Issue
Block a user