add more language servers
This commit is contained in:
9
tasks/pkgs/terraformls.yml
Normal file
9
tasks/pkgs/terraformls.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- 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] ] }}"
|
||||
Reference in New Issue
Block a user