Skip to content

Commit 3c4fcdf

Browse files
committed
fix(ansible): fix ansible terraform
1 parent 2af1c14 commit 3c4fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ansible/roles/config/tasks/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- name: Get $GOBIN
1313
ansible.builtin.shell: "echo $GOBIN"
1414
changed_when: false
15-
when: true
15+
check_mode: false
1616
register: gobin
1717

1818
- name: Set $GOBIN

0 commit comments

Comments
 (0)