restore previous nerdfont behaviour with fixed variable reference

This commit is contained in:
Matthew Stobbs
2025-02-15 11:06:47 -07:00
parent 5077afce83
commit b40c996dbd

View File

@@ -30,7 +30,7 @@
src: "{{ pkgconfig_nerdfonts.base_url }}/{{ font }}.tar.xz"
dest: "{{ nerdfonts_install_path }}/{{ font }}"
remote_src: true
# when: nerdfont_result is changed
when: nerdfont_result is changed
become: "{{ pkgconfig_nerdfonts.system_install }}"
loop: "{{ pkgconfig_nerdfonts.install }}"
loop_control: