„basics.yml“ ändern

This commit is contained in:
olli 2023-05-04 14:21:04 +02:00
parent 2306ea2307
commit db9206ebbb

View File

@ -233,13 +233,11 @@
community.general.locale_gen:
name: en_US.UTF-8
state: present
when: nocontainer.stat.exists == true
- name: Ensure en_GB.UTF-8 locale exists
community.general.locale_gen:
name: en_GB.UTF-8
state: present
when: nocontainer.stat.exists == true
- name: Ensure de_DE.UTF-8 locale exists
community.general.locale_gen: