Commit 2110c780 authored by nanahira's avatar nanahira

fix

parent 250200bc
Pipeline #586 passed with stage
in 4 minutes and 3 seconds
......@@ -21,11 +21,13 @@
archive: no
perms: yes
- name: vimrc for root
become: true
copy:
src: .vimrc
dest: '/root/.vimrc'
when: ansible_user_id != 'root'
- name: vim bundles
become: true
synchronize:
src: .vim/
dest: '/root/.vim'
......
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