fixed nerdfonts variable error
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
committed by
Matthew Stobbs
parent
17ed8354c0
commit
2edc25447d
@@ -31,7 +31,7 @@
|
|||||||
dest: "{{ nerdfonts_install_path }}/{{ font }}"
|
dest: "{{ nerdfonts_install_path }}/{{ font }}"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
when: nerdfont_result is changed
|
when: nerdfont_result is changed
|
||||||
become: nerdfonts_system_install
|
become: "{{ nerdfonts_system_install }}"
|
||||||
loop: "{{ pkgconfig_nerdfonts.install }}"
|
loop: "{{ pkgconfig_nerdfonts.install }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: font
|
loop_var: font
|
||||||
|
|||||||
Reference in New Issue
Block a user