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 @@ ...@@ -21,11 +21,13 @@
archive: no archive: no
perms: yes perms: yes
- name: vimrc for root - name: vimrc for root
become: true
copy: copy:
src: .vimrc src: .vimrc
dest: '/root/.vimrc' dest: '/root/.vimrc'
when: ansible_user_id != 'root' when: ansible_user_id != 'root'
- name: vim bundles - name: vim bundles
become: true
synchronize: synchronize:
src: .vim/ src: .vim/
dest: '/root/.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