Tune vimrc (mouse is boring on stretch)

pull/35/head
Emilien Mantel 2018-04-20 09:20:39 +02:00
parent 3da65983bd
commit 678dff9a1a
1 changed files with 9 additions and 0 deletions

View File

@ -16,3 +16,12 @@
shell: curl 'http://127.0.0.1:4040/api/tunnels/command_line' | jq '.public_url' | grep -oE '[[:alnum:]]+\.ngrok\.io'
register: ngrok
changed_when: false
- name: LINEINFILE | Tune vimrc
lineinfile:
line: "set mouse="
dest: "{{ item }}/.vimrc"
create: yes
with_items:
- /root
- /home/vagrant