add the rest of the hypr tools
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
pkgs: "{{ pkgconfig.terraform.pkgs[ansible_system] }}"
|
||||
|
||||
- name: Set terraform archive config
|
||||
when:
|
||||
- terraform.method == 'archive'
|
||||
ansible.builtin.set_fact:
|
||||
terraform:
|
||||
method: "{{ terraform.method }}"
|
||||
url: "{{ pkgconfig.terraform.baseurl }}/terraform/{{ pkgconfig.terraform.version }}"
|
||||
url: "{{ pkgconfig.terraform.archive.baseurl }}/terraform/{{ pkgconfig.terraform.version }}"
|
||||
file: "terraform_{{ pkgconfig.terraform.version }}_linux_amd64.zip"
|
||||
|
||||
Reference in New Issue
Block a user