Поправил readme, добавил удаление viminfo у root'а

This commit is contained in:
2022-01-09 20:24:36 +00:00
parent ead4869ea1
commit 305edbe16f
2 changed files with 8 additions and 8 deletions

View File

@@ -26,6 +26,11 @@
template:
src: files/mcrc
dest: /etc/mc/mc.ini
- name: Remove vim root config
become: yes
file:
path: /root/.viminfo
state: absent
- name: Put vim config
template:
src: files/vimrc