dotfiles/roles/user/secrets/hcv/tasks/install_el.yml
2023-09-06 13:10:48 +02:00

7 lines
203 B
YAML

---
- name: Enable HashiCorp repository
ansible.builtin.get_url:
url: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
dest: /etc/yum.repos.d/hashicorp.repo
mode: 0640
become: true