add conditional
This commit is contained in:
parent
398ba809a2
commit
69c0182051
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: "[CONFIG LOCALES] Comprobando si es necesario configurar locales"
|
||||||
|
meta: end_host
|
||||||
|
when: locales_enabled is not defined or not locales_enabled
|
||||||
|
|
||||||
- name: execute script set_locales.sh
|
- name: execute script set_locales.sh
|
||||||
script: set_locales.sh
|
script: set_locales.sh
|
Loading…
Reference in New Issue