Skip to content

Commit

Permalink
fix uris for TimescaleDB repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Mar 12, 2024
1 parent 64fac31 commit 9e4382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/add-repository/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
ansible.builtin.deb822_repository:
name: "timescaledb"
types: [deb]
uris: "https://packagecloud.io/timescale/timescaledb"
uris: "https://packagecloud.io/timescale/timescaledb/{{ ansible_distribution | lower }}"
signed_by: "https://packagecloud.io/timescale/timescaledb/gpgkey"
suites: "{{ ansible_distribution_release }}"
components: "[main]"
Expand Down

0 comments on commit 9e4382a

Please sign in to comment.