We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f2e7e commit 9b63293Copy full SHA for 9b63293
tasks/main.yml
@@ -58,7 +58,7 @@
58
ansible.builtin.debconf:
59
name: locales
60
question: locales/locales_to_be_generated
61
- value: "{{ locales_locales_to_be_generated | default(['de_DE.UTF-8', 'en_US.UTF-8']) }}"
+ value: "{{ locales_locales_to_be_generated | default('de_DE.UTF-8 UTF-8, en_US.UTF-8 UTF-8') }}"
62
vtype: multiselect
63
notify: Reconfigure locales
64
when: ansible_distribution == "Debian" or ansible_distribution == "Ubuntu"
0 commit comments