add conditional
This commit is contained in:
parent
81b4dad5c3
commit
398ba809a2
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: "[CONFIG LOCALES] Comprobando si es necesario configurar locales"
|
||||||
|
debug:
|
||||||
|
msg: "No es necesario configurar locales en la máquina"
|
||||||
|
when: locales_enabled is not defined or not locales_enabled
|
||||||
|
|
||||||
- name: "[CONFIG LOCALES] Set locales"
|
- name: "[CONFIG LOCALES] Set locales"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-locales
|
name: config-locales
|
Loading…
Reference in New Issue