add conditional
This commit is contained in:
parent
b359e1afac
commit
25a051430d
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
tasks:
|
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"
|
- name: "[CONFIG VIM OPTIONS] Config vim options"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-vim-options
|
name: config-vim-options
|
Loading…
Reference in New Issue