We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85657f1 commit 1eb2caaCopy full SHA for 1eb2caa
test/deploy/linux/go/redhat/roles/configure/tasks/main.yml
@@ -22,10 +22,10 @@
22
23
- name: Initialize and tidy Go modules
24
shell: |
25
- cd /home/ec2-user/templates &&
+ mkdir -p /home/ec2-user/go/pkg/mod &&
26
+ mkdir -p /home/ec2-user/go/bin &&
27
export GOPATH=/home/ec2-user/go &&
28
export GOBIN=/home/ec2-user/go/bin &&
- mkdir -p /home/ec2-user/go/bin &&
29
export GOMODCACHE=/home/ec2-user/go/pkg/mod &&
30
go mod init home/ec2-user/templates &&
31
go mod tidy
0 commit comments