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

17 lines
445 B
YAML

---
- hosts: '{{ ip_addr }}'
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG VIM OPTIONS] Comprobando si es necesario configurar vim options"
debug:
msg: "No es necesario configurar vim options en la máquina"
when: vim-options_enabled is not defined or not vim-options_enabled
- name: "[CONFIG VIM OPTIONS] Config vim options"
import_role:
name: config-vim-options