„basics.yml“ ändern
This commit is contained in:
parent
2306ea2307
commit
db9206ebbb
@ -233,13 +233,11 @@
|
|||||||
community.general.locale_gen:
|
community.general.locale_gen:
|
||||||
name: en_US.UTF-8
|
name: en_US.UTF-8
|
||||||
state: present
|
state: present
|
||||||
when: nocontainer.stat.exists == true
|
|
||||||
|
|
||||||
- name: Ensure en_GB.UTF-8 locale exists
|
- name: Ensure en_GB.UTF-8 locale exists
|
||||||
community.general.locale_gen:
|
community.general.locale_gen:
|
||||||
name: en_GB.UTF-8
|
name: en_GB.UTF-8
|
||||||
state: present
|
state: present
|
||||||
when: nocontainer.stat.exists == true
|
|
||||||
|
|
||||||
- name: Ensure de_DE.UTF-8 locale exists
|
- name: Ensure de_DE.UTF-8 locale exists
|
||||||
community.general.locale_gen:
|
community.general.locale_gen:
|
||||||
|
Loading…
Reference in New Issue
Block a user