Sytax fix

This commit is contained in:
git
2023-05-18 16:13:37 +02:00
parent ee38cf8458
commit 89bb7de3be
5 changed files with 12 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
- name: Hack exists
shell: "ls /home/{{ user }}/.local/share/fonts/Hack*Nerd*Font*Complete*"
register: hack_exists
ignore_errors: yes
ignore_errors: true
- name: Download Hack
when: hack_exists is failed