Define dotfiles location as variable
This commit is contained in:
parent
43b4c129ed
commit
049a97b82e
3 changed files with 7 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
- name: install nvim config
|
||||
become_user: "{{ account.name }}"
|
||||
shell:
|
||||
chdir: "{{ account.home }}/.dotfiles/nvim"
|
||||
chdir: "{{ dotfiles }}/nvim"
|
||||
cmd: ./install.sh
|
||||
creates: "{{ account.home }}/.config/nvim/init.vim"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue