Update more apt repos

This commit is contained in:
Pim Kunis 2023-06-12 00:28:14 +02:00
parent 191c768c60
commit b64fd4dc49
5 changed files with 4 additions and 5 deletions

View file

@ -37,7 +37,7 @@
- name: Install Hashicorp repository
become: true
apt_repository:
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/hashicorp.gpg] https://apt.releases.hashicorp.com {{ distribution_release }} main"
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/hashicorp.gpg] https://apt.releases.hashicorp.com bookworm main"
register: apt_repository
- name: Update APT cache
become: true