Sytax fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user