fix terraformls config and pkg

This commit is contained in:
Matthew Stobbs
2025-03-25 03:56:59 -06:00
parent c492cb3595
commit 4cbf4bcfe6
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
- name: Append terraformls to pkg_go
when:
- terraform.method == 'gosrc'
- terraformls.method == 'gosrc'
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + [terraformls.gopkg] }}"