Skip to content

Commit

Permalink
Update configure.yml
Browse files Browse the repository at this point in the history
Ops, embarrassing typo. Used && instead of "and"
  • Loading branch information
maglub authored Apr 17, 2019
1 parent 1361ce1 commit 07723c0
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" && item != "C.UTF-8"
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 07723c0

Please sign in to comment.