removed wrong path
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user