diff --git a/tasks/configure.yml b/tasks/configure.yml index 632b311e..8f5f696f 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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