fixed nerdfonts variable error

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-02-14 14:12:59 -07:00
parent 9ec814257f
commit 2e4e73666d

View File

@@ -31,7 +31,7 @@
dest: "{{ nerdfonts_install_path }}/{{ font }}"
remote_src: true
when: nerdfont_result is changed
become: nerdfonts_system_install
become: "{{ nerdfonts_system_install }}"
loop: "{{ pkgconfig_nerdfonts.install }}"
loop_control:
loop_var: font