fixing formatting and dependencies
This commit is contained in:
@@ -5,18 +5,16 @@
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig_neovide: "{{ _neovide | ansible.builtin.combine(pkgconfig.neovide) }}"
|
||||
- ansible.builtin.include_tasks:
|
||||
file: "pkgs/{{ pkgdep }}.yml"
|
||||
loop: "{{ pkgconfig_neovide.local_deps }}"
|
||||
loop_control:
|
||||
loop_var: pkgdep
|
||||
file: pkgs/rust.yml
|
||||
when: pkgconfig_rust not defined
|
||||
|
||||
- name: append to pkgs
|
||||
when: ansible_system == 'Linux'
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + pkgconfig_neovide.pkgdeps[ansible_os_family] }}"
|
||||
srcpkgs: "{{ srcpkgs + [ 'neovide' ] }}"
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- name: append neovide to caskpkgs
|
||||
when: ansible_system == 'Darwin'
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
caskpkgs: "{{ caskpkgs + [ 'neovide' ] }}"
|
||||
when: ansible_system == 'Darwin'
|
||||
|
||||
Reference in New Issue
Block a user