Files
nomad-nummer5/ansible/roles/nummer5/tasks/repo.yaml
Udo Waechter b5eb5d495d
All checks were successful
continuous-integration/drone/push Build is passing
ansible
2024-12-01 11:11:16 +01:00

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