removed wrong path
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
state: link
|
state: link
|
||||||
force: True
|
force: True
|
||||||
src: "{{ getent_passwd[user][4] }}/dotfiles/{{ item.src }}"
|
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
|
follow: False
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'vim/vimrc', dest: '.vimrc' }
|
- { src: 'vim/vimrc', dest: '.vimrc' }
|
||||||
|
|||||||
Reference in New Issue
Block a user