We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7df079 + 07723c0 commit 66fc309Copy full SHA for 66fc309
tasks/configure.yml
@@ -42,7 +42,7 @@
42
with_items:
43
- "{{ postgresql_locale }}"
44
- "{{ postgresql_ctype }}"
45
- when: ansible_os_family == "Debian"
+ when: ansible_os_family == "Debian" and item != "C.UTF-8"
46
47
- name: PostgreSQL | Ensure the locale is generated | RedHat
48
become: yes
0 commit comments