All checks were successful
continuous-integration/drone/push Build is passing
10 lines
375 B
YAML
10 lines
375 B
YAML
- name: Add Hashicorp Repo
|
|
block:
|
|
- name: Hashicorp GPG Key
|
|
ansible.builtin.get_url:
|
|
url: https://apt.releases.hashicorp.com/gpg
|
|
dest: /etc/apt/trusted.gpg.d/hashicorp-archive-keyring.asc
|
|
- name: Hashicorp Repo
|
|
ansible.builtin.apt_repository:
|
|
filename: hashicorp
|
|
repo: deb https://apt.releases.hashicorp.com bookworm main |