From 89afb33ac41e67955ac7df2b284319455da62ba6 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Sun, 28 Apr 2024 22:47:08 +0200 Subject: [PATCH] fix typo --- debian12-basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12-basic.yml b/debian12-basic.yml index ec09eb7..d2f0735 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -108,4 +108,4 @@ ansible.builtin.git: repo: 'https://github.com/LazyVim/starter' dest: '~/.config/nvim/' - when: not nvimConfig.state.exists + when: not nvimConfig.stat.exists