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,14 +6,14 @@
pkgconfig_nerdfonts: "{{ _nerdfonts | ansible.builtin.combine(pkgconfig.nerdfons) }}"
- name: append to srcpkgs
when: ansible_system == 'Linux'
set_fact:
ansible.builtin.set_fact:
srcpkgs: "{{ srcpkgs + [ 'nerdfonts' ] }}"
when: ansible_system == 'Linux'
- name: append to caskpkgs
when: ansible_system == 'Darwin'
set_fact:
ansible.builtin.set_fact:
caskpkgs: "{{ caskpkgs + [ pkgconfig_nerdfonts[font].brew ] }}"
loop: "{{ pkgconfig_nerdfonts.install }}"
loop_control:
loop_var: font
when: ansible_system == 'Darwin'