fix file path
This commit is contained in:
parent
70272ba349
commit
cf000638e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue