Fix the deb components.

This commit is contained in:
Andrea Dell'Amico 2023-11-21 14:47:38 +01:00
parent be74991b75
commit 7f0ed1c60e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
types: [deb] types: [deb]
uris: "{{ timescale_db_ubuntu_repo_url }}" uris: "{{ timescale_db_ubuntu_repo_url }}"
components: components:
- [main] - main
suites: ["{{ ansible_distribution_release | lower }}"] suites: ["{{ ansible_distribution_release | lower }}"]
signed_by: "{{ timescale_db_repo_key }}" signed_by: "{{ timescale_db_repo_key }}"
state: present state: present