fix terraformls config and pkg
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
- name: Set terraformls config
|
- name: Set terraformls config
|
||||||
when:
|
when:
|
||||||
- terraform.method == 'sys'
|
- terraformls.method == 'sys'
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
terraformls:
|
terraformls:
|
||||||
method: "{{ terraformls.method }}"
|
method: "{{ terraformls.method }}"
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
- name: Set terraformls config
|
- name: Set terraformls config
|
||||||
when:
|
when:
|
||||||
- terraform.method == 'gosrc'
|
- terraformls.method == 'gosrc'
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
terraformls:
|
terraformls:
|
||||||
method: "{{ terraformls.method }}"
|
method: "{{ terraformls.method }}"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
- name: Append terraformls to pkg_go
|
- name: Append terraformls to pkg_go
|
||||||
when:
|
when:
|
||||||
- terraform.method == 'gosrc'
|
- terraformls.method == 'gosrc'
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pkg_go: "{{ pkg_go + [terraformls.gopkg] }}"
|
pkg_go: "{{ pkg_go + [terraformls.gopkg] }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user