make setup.yml have correct identation
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
# mode: "0755"
|
||||
# owner: "{{ regular_user }}"
|
||||
|
||||
|
||||
- name: Ensure fonts directory exists
|
||||
ansible.builtin.file:
|
||||
path: "~{{ regular_user }}/.fonts"
|
||||
@@ -117,7 +118,7 @@
|
||||
- name: Check if specific font files exist
|
||||
ansible.builtin.find:
|
||||
paths: "~{{ regular_user }}/.fonts"
|
||||
patterns: "Cascadia*.ttf" # Adjust for actual font files in the zip
|
||||
patterns: "CaskaydiaCoveNerdFont*.ttf" # Adjust for actual font files in the zip
|
||||
register: existing_fonts
|
||||
|
||||
- name: Download and extract Nerdfonts
|
||||
|
||||
Reference in New Issue
Block a user