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
|
||||
ansible.builtin.lineinfile:
|
||||
path: ~/bashrc
|
||||
path: ~/.bashrc
|
||||
regexp: '^export PATH'
|
||||
line: 'export PATH="$PATH:/opt/nvim-linux64/bin"'
|
||||
when: not nvim.stat.exists
|
||||
|
|
Loading…
Reference in a new issue