fixing packages for new style
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
install:
|
||||
- CascadiaCode
|
||||
- FiraCode
|
||||
- Hasklig
|
||||
- Lilex
|
||||
- Monoid
|
||||
- NerdFontsSymbolsOnly
|
||||
system_install: false
|
||||
- name: Set facts for nerdfonts
|
||||
ansible.builtin.set_fact:
|
||||
nerdfonts:
|
||||
fonts:
|
||||
- CascadiaCode
|
||||
- FiraCode
|
||||
- Hasklig
|
||||
- Lilex
|
||||
- Monoid
|
||||
- NerdFontsSymbolsOnly
|
||||
install_path: "{{ path_prefix }}/{{ pkgconfig.nerdfonts.path }}"
|
||||
base_url: "{{ pkgconfig.nerdfonts.base_url }}"
|
||||
force_install: "{{ pkgconfig.force_install_nerdfonts | default(false) }}"
|
||||
|
||||
Reference in New Issue
Block a user