Skip to content

Commit

Permalink
remove use proxy for go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 14, 2024
1 parent a1432d4 commit c4e5b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/golang/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
mode: 0644
checksum: "{{ 'sha256:' + golang_sha256_checksum | default(omit) }}"
force: false
use_proxy: true
validate_certs: '{{ golang_mirror_validate_certs }}'
when: not golang_file_exists.stat.exists

Expand Down

0 comments on commit c4e5b45

Please sign in to comment.