From cf000638e137dde45e4307638f522e6f7c70237e Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 29 Apr 2024 11:04:27 +0200 Subject: [PATCH] fix file path --- debian12-basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12-basic.yml b/debian12-basic.yml index 9a4e0b9..a1c9261 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -124,7 +124,7 @@ - name: add nvim to path in bash ansible.builtin.lineinfile: - path: ~/bashrc + path: ~/.bashrc regexp: '^export PATH' line: 'export PATH="$PATH:/opt/nvim-linux64/bin"' when: not nvim.stat.exists