Fix locale.
This commit is contained in:
parent
c8b6315c7b
commit
e9ce2eb328
@ -27,6 +27,11 @@
|
||||
name: Europe/Paris
|
||||
become: true
|
||||
|
||||
- name: Ensure locale is fr_FR.UTF-8
|
||||
ansible.builtin.command: "localectl set-locale LANG=fr_FR.UTF-8"
|
||||
changed_when: false
|
||||
become: true
|
||||
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot:
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user