First commit
This commit is contained in:
11
roles/system/tasks/vimrc.yml
Normal file
11
roles/system/tasks/vimrc.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: install vim package
|
||||
package:
|
||||
name: vim
|
||||
state: present
|
||||
|
||||
- name: copy vimrc config file
|
||||
copy:
|
||||
src: files/vim/
|
||||
dest: /root/.vim
|
||||
owner: root
|
||||
group: root
|
Reference in New Issue
Block a user