xoxys.vim/tasks/configure_redhat.yml
Robert Kaussow ce6b5f8961
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci: fix linting
2024-02-18 12:23:28 +01:00

10 lines
246 B
YAML

---
- name: Source local vimrc (redhat)
ansible.builtin.blockinfile:
dest: /etc/vimrc
marker: '" {mark} ANSIBLE MANAGED BLOCK'
block: |
if filereadable("/etc/vim/vimrc.local")
source /etc/vim/vimrc.local
endif