This commit is contained in:
2026-05-26 23:45:34 +02:00
parent ee4ef62432
commit 36b9f5f312
+2 -1
View File
@@ -28,7 +28,8 @@
- name: Add HashiCorp repository - name: Add HashiCorp repository
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
repo: >- repo: >-
deb [arch={{ ansible_architecture == 'x86_64' | ternary('amd64', ansible_architecture) }} deb [arch={{ (ansible_architecture == 'x86_64')
| ternary('amd64', ansible_architecture) }}
signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg]
https://apt.releases.hashicorp.com https://apt.releases.hashicorp.com
{{ ansible_distribution_release }} {{ ansible_distribution_release }}