removed wrong path

This commit is contained in:
2022-04-21 23:32:08 +02:00
parent f3585baa77
commit b991b1516d

View File

@@ -73,7 +73,7 @@
state: link
force: True
src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}/.ssh/"
path: "{{ getent_passwd[user][4] }}/{{ item.dest }}"
follow: False
with_items:
- { src: 'vim/vimrc', dest: '.vimrc' }