setup vim as editor
This commit is contained in:
parent
4b57840f9f
commit
84dcbde575
1 changed files with 5 additions and 0 deletions
|
|
@ -26,3 +26,8 @@
|
||||||
src: smartmontools
|
src: smartmontools
|
||||||
dest: /etc/default/smartmontools
|
dest: /etc/default/smartmontools
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
- name: enforce vim as editor
|
||||||
|
community.general.alternatives:
|
||||||
|
name: editor
|
||||||
|
path: /usr/bin/vim.basic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue