vn-ansible/roles/config-locales/tasks/main.yaml

8 lines
221 B
YAML
Raw Normal View History

2023-10-27 12:51:00 +00:00
---
2024-02-15 14:43:51 +00:00
- name: "[CONFIG LOCALES] Comprobando si es necesario configurar locales"
meta: end_host
when: locales_enabled is not defined or not locales_enabled
2023-10-27 12:51:00 +00:00
- name: execute script set_locales.sh
script: set_locales.sh