Fix another bug

This commit is contained in:
exu 2024-10-11 17:18:22 +02:00
parent b5765aae04
commit 73fed13975

View File

@ -219,5 +219,5 @@
- name: Doom Emacs | Update if present
ansible.builtin.shell:
cmd: "~/.config/emacs/bin/doom sync"
when: doom_emacs.exists
when: doom_emacs.stat.exists
tags: config