Skip to content

Commit

Permalink
Merge pull request #431 from maglub/patch-1
Browse files Browse the repository at this point in the history
Fix using C.UTF-8 in Debian/Ubuntu
  • Loading branch information
gclough authored Apr 29, 2019
2 parents d7df079 + 07723c0 commit 66fc309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
with_items:
- "{{ postgresql_locale }}"
- "{{ postgresql_ctype }}"
when: ansible_os_family == "Debian"
when: ansible_os_family == "Debian" and item != "C.UTF-8"

- name: PostgreSQL | Ensure the locale is generated | RedHat
become: yes
Expand Down

0 comments on commit 66fc309

Please sign in to comment.