locale: Don't generate locales on RedHat based distros
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
community.general.locale_gen:
|
||||
name: "{{ item }}"
|
||||
loop: "{{ gen_locales }}"
|
||||
when: locale_gen | default('true')
|
||||
|
||||
- name: Put default locale config in place
|
||||
ansible.builtin.template:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
|
||||
locale_config: /etc/locale.conf
|
||||
locale_gen: false
|
||||
|
||||
Reference in New Issue
Block a user