separate configuration, requirements and variables
This commit is contained in:
26
vars/go.yml
26
vars/go.yml
@@ -1,29 +1,3 @@
|
||||
---
|
||||
version: 1.23.6
|
||||
install_path: "{{ default_config.install_prefix }}"
|
||||
|
||||
# checksums by version and ansible_system
|
||||
sums:
|
||||
1.23.6:
|
||||
Darwin:
|
||||
amd64: sha256:7fa387c228b4dd69b518a5d9425638fa5c0d86ec8943de373e3802aff2e5b12a
|
||||
arm64: sha256:a167758a44e08af6eddf844ed86a6acdbff1d3957248913bbca7ee4ef6ff07d0
|
||||
Linux:
|
||||
amd64: sha256:561c780e8f4a8955d32bf72e46af0b5ee5e0debe1e4633df9a03781878219202
|
||||
arm64: sha256:561c780e8f4a8955d32bf72e46af0b5ee5e0debe1e4633df9a03781878219202
|
||||
1.23.5:
|
||||
Darwin:
|
||||
amd64: sha256:d2b06bf0b8299e0187dfe2d8ad39bd3dd96a6d93fe4d1cfd42c7872452f4a0a2
|
||||
arm64: sha256:f819ed94939e08a5016b9a607ec84ebbde6cb3fe59750c59d97aa300c3fd02df
|
||||
Linux:
|
||||
amd64: sha256:cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091
|
||||
arm64: sha256:47c84d332123883653b70da2db7dd57d2a865921ba4724efcdf56b5da7021db0
|
||||
|
||||
# maps used in variables
|
||||
archmap:
|
||||
arm64: arm64
|
||||
aarch64: arm64
|
||||
x86_64: amd64
|
||||
extmap:
|
||||
Darwin: pkg
|
||||
Linux: tar.gz
|
||||
|
||||
Reference in New Issue
Block a user