mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user