Fix another bug
This commit is contained in:
parent
b5765aae04
commit
73fed13975
@ -219,5 +219,5 @@
|
|||||||
- name: Doom Emacs | Update if present
|
- name: Doom Emacs | Update if present
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: "~/.config/emacs/bin/doom sync"
|
cmd: "~/.config/emacs/bin/doom sync"
|
||||||
when: doom_emacs.exists
|
when: doom_emacs.stat.exists
|
||||||
tags: config
|
tags: config
|
||||||
|
Loading…
Reference in New Issue
Block a user