REFACTOR: files fixed according to ansible-lint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Generate locales
|
||||
ansible.builtin.locale_gen:
|
||||
community.general.locale_gen:
|
||||
name:
|
||||
- en_US.UTF-8
|
||||
- ru_RU.UTF-8
|
||||
- en_US.UTF-8
|
||||
- ru_RU.UTF-8
|
||||
state: present
|
||||
|
||||
- name: Set locale
|
||||
@@ -15,5 +15,5 @@
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
- name: Set time
|
||||
ansible.builtin.timezone:
|
||||
name: Europe/Samara
|
||||
community.general.timezone:
|
||||
name: Europe/Samara
|
||||
|
||||
Reference in New Issue
Block a user