1
0
Fork 0

Bump Hack to 3.0.1

This commit is contained in:
Daniele Tricoli 2023-05-15 23:44:26 +02:00
parent 7eb91d1c2e
commit 368170068c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- name: download Hack
ansible.builtin.unarchive:
src: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.0-RC/Hack.zip
src: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.1/Hack.zip
dest: "{{ lookup('env', 'HOME') }}/.fonts/h/"
remote_src: true
when: hack_exists is failed