Skip to content

Commit

Permalink
PMM-7 Fix Clickhouse repository. (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan authored Sep 27, 2023
1 parent fd5abb5 commit bbb794f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions update/ansible/playbook/tasks/roles/clickhouse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- supervisord_socket.stat.exists
- ansible_distribution == 'OracleLinux' or ansible_distribution == 'AlmaLinux'
- ansible_distribution_major_version == '9'
- not ansible_check_mode
command: /usr/local/bin/supervisorctl {{ item }} clickhouse
become: true
loop:
Expand Down Expand Up @@ -67,7 +66,7 @@
name: clickhouse
file: clickhouse
description: "Clickhouse repo"
baseurl: "https://repo.clickhouse.com/rpm/stable/x86_64/"
baseurl: "https://packages.clickhouse.com/rpm/stable/"
enabled: no
gpgcheck: 1
gpgkey: "https://repo.clickhouse.com/CLICKHOUSE-KEY.GPG"
Expand All @@ -80,7 +79,7 @@
name: clickhouse
file: clickhouse
description: "Clickhouse repo"
baseurl: "https://repo.clickhouse.com/rpm/stable/x86_64/"
baseurl: "https://packages.clickhouse.com/rpm/stable/"
enabled: no
gpgcheck: 0

Expand Down

0 comments on commit bbb794f

Please sign in to comment.