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 f7e688f commit cf78308Copy full SHA for cf78308
test/deploy/linux/go/redhat/roles/configure/tasks/main.yml
@@ -22,6 +22,7 @@
22
23
- name: Initialize and tidy Go modules
24
shell: |
25
+ cd /home/ec2-user/templates &&
26
mkdir -p /home/ec2-user/go/pkg/mod &&
27
mkdir -p /home/ec2-user/go/bin &&
28
export GOPATH=/home/ec2-user/go &&
0 commit comments