Shorted generic- to gen-

This commit is contained in:
2025-07-09 03:55:24 +02:00
parent 8c411a21c7
commit 94bb060a5b
123 changed files with 96 additions and 96 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Setup locale.gen
template: src=locale.gen dest=/etc/locale.gen
- name: Setup locale.conf
template: src=locale.conf dest=/etc/locale.conf
- name: Generate locales
shell: locale-gen
become: yes