From c6950cf3eaa09503697de27a4a04af97e157f1f6 Mon Sep 17 00:00:00 2001 From: shivani089 Date: Fri, 9 Dec 2022 10:52:44 +0100 Subject: [PATCH] Fix to support v21.1.3 --- tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index f36da3d..4bc3680 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -11,13 +11,13 @@ - name: Add the APT Key for ClickHouse. apt_key: keyserver: "{{ clickhouse_key_server }}" - id: 8919F6BD2B48D754 + id: E0C56BD4 state: present become: true - name: Add ClickHouse APT sources apt_repository: - repo: deb https://packages.clickhouse.com/deb/ stable main + repo: deb http://repo.yandex.ru/clickhouse/deb/stable/ main/ state: present # It is assumed that clickhouse-server creates user and group clickhouse. They are used along the role.