Skip to content

Commit 1361ce1

Browse files
authored
Update configure.yml
This will allow the use of C.UTF-8 on Debian and Ubuntu, as discussed in #430
1 parent d7df079 commit 1361ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
with_items:
4343
- "{{ postgresql_locale }}"
4444
- "{{ postgresql_ctype }}"
45-
when: ansible_os_family == "Debian"
45+
when: ansible_os_family == "Debian" && item != "C.UTF-8"
4646

4747
- name: PostgreSQL | Ensure the locale is generated | RedHat
4848
become: yes

0 commit comments

Comments
 (0)