Fix locale.

This commit is contained in:
yohan 2024-09-28 17:56:15 +02:00
parent c8b6315c7b
commit e9ce2eb328

View File

@ -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: