update correct nerdfont

This commit is contained in:
sebastian
2025-04-21 12:49:28 +02:00
parent 36eb45e57e
commit f188a601b8

View File

@@ -51,7 +51,8 @@
- name: Installing Nerdfonts
ansible.builtin.unarchive:
src: https://github.com/eliheuer/caskaydia-cove/archive/refs/heads/master.zip
#src: https://github.com/eliheuer/caskaydia-cove/archive/refs/heads/master.zip
src: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/CascadiaCode.zip
dest: "~{{ regular_user }}/.fonts/"
remote_src: true
mode: "0755"