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
|
||||
ansible.builtin.apt_repository:
|
||||
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]
|
||||
https://apt.releases.hashicorp.com
|
||||
{{ ansible_distribution_release }}
|
||||
|
||||
Reference in New Issue
Block a user