FEATURE: now we also set locale, not only generate

This commit is contained in:
2026-07-07 15:47:52 +00:00
parent b124ae352e
commit e906b214ea
@@ -1,11 +1,19 @@
---
- name: Set locale
- name: Generate locales
ansible.builtin.locale_gen:
name:
- en_US.UTF-8
- ru_RU.UTF-8
state: present
- name: Set locale
ansible.builtin.copy:
dest: /etc/locale.conf
mode: '0644'
content: |
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
- name: Set time
ansible.builtin.timezone:
name: Europe/Samara