Dev to main #1

Merged
max merged 37 commits from dev into main 2026-08-17 16:15:03 +04:00
Showing only changes of commit cb70968aaf - Show all commits
@@ -0,0 +1,19 @@
---
- name: Generate locales
community.general.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
community.general.timezone:
name: Europe/Samara