Skip to content

Commit 07723c0

Browse files
authored
Update configure.yml
Ops, embarrassing typo. Used && instead of "and"
1 parent 1361ce1 commit 07723c0

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