fix file path

This commit is contained in:
kekskurse 2024-04-29 11:04:27 +02:00
parent 70272ba349
commit cf000638e1
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
- name: add nvim to path in bash - name: add nvim to path in bash
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: ~/bashrc path: ~/.bashrc
regexp: '^export PATH' regexp: '^export PATH'
line: 'export PATH="$PATH:/opt/nvim-linux64/bin"' line: 'export PATH="$PATH:/opt/nvim-linux64/bin"'
when: not nvim.stat.exists when: not nvim.stat.exists