vn-ansible/linux-config-vim-options.yaml

12 lines
202 B
YAML
Raw Normal View History

2024-02-12 09:49:16 +00:00
---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG VIM OPTIONS] Config vim options"
import_role:
name: config-vim-options