Skip to content

Commit 66fc309

Browse files
authored
Merge pull request #431 from maglub/patch-1
Fix using C.UTF-8 in Debian/Ubuntu
2 parents d7df079 + 07723c0 commit 66fc309

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" and item != "C.UTF-8"
4646

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

0 commit comments

Comments
 (0)