Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nl2go/ansible-role-clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithakanchana committed Dec 9, 2022
2 parents 07eec4f + ff43efd commit c258f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c258f38

Please sign in to comment.