evolinux-base: add /root/.selected_editor
This commit is contained in:
parent
e7287feb3f
commit
001d066c38
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@
|
|||
tags:
|
||||
- root
|
||||
|
||||
- name: Setting vim as selected-editor
|
||||
lineinfile:
|
||||
dest: /root/.selected_editor
|
||||
regexp: '^SELECTED_EDITOR='
|
||||
line: "SELECTED_EDITOR=\"/usr/bin/vim.basic\""
|
||||
create: yes
|
||||
|
||||
- name: Setting vim root configuration
|
||||
lineinfile:
|
||||
dest: /root/.vimrc
|
||||
|
|
Loading…
Reference in a new issue