Commit d8a308fe authored by nanahira's avatar nanahira

format

parent 2110c780
Pipeline #587 passed with stage
in 3 minutes and 59 seconds
......@@ -8,11 +8,11 @@
- name: vimrc
copy:
src: .vimrc
dest: '~/.vimrc'
dest: '{{ansible_user_dir}}/.vimrc'
- name: vim bundles
synchronize:
src: .vim/
dest: '~/.vim'
dest: '{{ansible_user_dir}}/.vim'
delete: yes
copy_links: yes
verify_host: no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment