Add working vim sync
This commit is contained in:
parent
06814fbb4a
commit
5433ec428d
@ -18,6 +18,5 @@
|
||||
clone: yes
|
||||
update: yes
|
||||
force: yes
|
||||
become: no
|
||||
- name: Install fzf
|
||||
shell: "{{ local_path|quote }}/.fzf/install --bin"
|
||||
|
@ -1,6 +1,6 @@
|
||||
- name: Link vimrc
|
||||
- name: Link files
|
||||
file:
|
||||
src: "{{ playbook_dir }}/skel.vim/.vimrc"
|
||||
dest: "{{ local_path }}/.vimrc"
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ local_path }}/{{ item.path }}"
|
||||
state: link
|
||||
become: no
|
||||
with_filetree: "skel.vim/"
|
||||
|
Loading…
Reference in New Issue
Block a user