add conditional

This commit is contained in:
Ruben Blanco 2024-02-15 12:33:49 +01:00
parent b359e1afac
commit 25a051430d
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
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