Skip to content

Commit

Permalink
roles: update apt repo of terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 16, 2024
1 parent 66b0d3e commit 9bae094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/terraform/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- name: Add HashiCorp APT repository
ansible.builtin.apt_repository:
repo: "deb https://apt.releases.hashicorp.codename {{ ansible_lsb.codename }} main" # yamllint disable-line rule:line-length
repo: "deb https://apt.releases.hashicorp.com {{ ansible_lsb.codename }} main" # yamllint disable-line rule:line-length
state: present

- name: Ensure apt cache is updated
Expand Down

0 comments on commit 9bae094

Please sign in to comment.