set locales role
This commit is contained in:
parent
bf54dafb9d
commit
fdae9670e1
|
@ -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
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: execute script set_locales.sh
|
||||||
|
script: set_locales.sh
|
Loading…
Reference in New Issue