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