set locales role

This commit is contained in:
Ruben Blanco 2023-10-27 14:51:00 +02:00
parent bf54dafb9d
commit fdae9670e1
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "es_ES.UTF-8 UTF-8" > /etc/locale.gen
locale-gen
update-locale LANG=es_ES.UTF-8

View File

@ -0,0 +1,4 @@
---
- name: execute script set_locales.sh
script: set_locales.sh