fix go, finish nerdfonts
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Load nerdfonts list
|
||||
ansible.builtin.include_vars:
|
||||
file: nerdfonts.yml
|
||||
name: __nerdfonts
|
||||
|
||||
- name: Generate nerdfont configs
|
||||
when:
|
||||
- __nerdfonts[nf] is defined
|
||||
- "__nerdfonts[nf] is defined"
|
||||
ansible.builtin.set_fact:
|
||||
__font_config:
|
||||
extract_to: "{{ path_archive }}/nerdfonts/{{ nf }}"
|
||||
@@ -18,10 +13,6 @@
|
||||
to: "{{ install_prefix }}/{{ nerdfonts_install_path }}/{{ nf }}"
|
||||
force: true
|
||||
|
||||
- name: Dump current nerdfont config
|
||||
ansible.builtin.debug:
|
||||
var: __font_config
|
||||
|
||||
- name: Append config to pkg archive
|
||||
ansible.builtin.set_fact:
|
||||
pkg_archive: "{{ pkg_archive + [__font_config] }}"
|
||||
|
||||
Reference in New Issue
Block a user