Files
ansible_role_package/tasks/pkgs/terraformls.yml
2025-02-01 14:13:36 -07:00

10 lines
289 B
YAML

---
- name: ensure hashicorp repo is active
ansible.builtin.include_tasks:
file: "pkgs/hashicorp_repo.yml"
when: pkgconfig_hashicorp is undefined
- name: append to pkgs
ansible.builtin.set_fact:
tappkgs: "{{ tappkgs + [ pkgconfig_hashicorp.terraformls[ansible_system] ] }}"