workaround nerdfonts install issue
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
src: "{{ pkgconfig_nerdfonts.base_url }}/{{ font }}.tar.xz"
|
||||
dest: "{{ nerdfonts_install_path }}/{{ font }}"
|
||||
remote_src: true
|
||||
when: nerdfont_result is changed
|
||||
become: "{{ nerdfonts_system_install }}"
|
||||
# when: nerdfont_result is changed
|
||||
become: "{{ pkgconfig_nerdfonts.system_install }}"
|
||||
loop: "{{ pkgconfig_nerdfonts.install }}"
|
||||
loop_control:
|
||||
loop_var: font
|
||||
|
||||
Reference in New Issue
Block a user