Skip to content

Commit bfcb093

Browse files
committed
fix bad network string
1 parent db0734a commit bfcb093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/clickhouse/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ clickhouse_custom_users_xml:
234234
password_type: sha256_password
235235
password: "{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/clickhouse_oonimeasurements_password', profile='oonidevops_user_prod') }}"
236236
networks:
237-
- "IP '0.0.0.0/0'"
237+
- "0.0.0.0/0"
238238
settings:
239239
# 1 GB
240240
- "max_memory_usage = 1001001000"

0 commit comments

Comments
 (0)