xoxys.vim/tasks/configure_redhat.yml

10 lines
246 B
YAML
Raw Permalink Normal View History

2019-10-19 16:31:54 +02:00
---
- name: Source local vimrc (redhat)
2024-02-18 12:23:28 +01:00
ansible.builtin.blockinfile:
2019-10-19 16:31:54 +02:00
dest: /etc/vimrc
2024-02-18 12:23:28 +01:00
marker: '" {mark} ANSIBLE MANAGED BLOCK'
2019-10-19 16:31:54 +02:00
block: |
if filereadable("/etc/vim/vimrc.local")
source /etc/vim/vimrc.local
endif