mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
new role for handling locale manipulation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Generate the US locale
|
||||
community.general.locale_gen:
|
||||
name: en_US.UTF-8
|
||||
state: present
|
||||
- name: Set the keyboard keymap
|
||||
become: true
|
||||
command: localectl set-keymap us
|
||||
Reference in New Issue
Block a user