Skip to content

Commit

Permalink
Implement Ansible for Project Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ritvik-32 committed Sep 11, 2024
1 parent 41707d7 commit 29ee4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
lineinfile:
path: "{{ user_home }}/.profile"
line: |
export GOROOT=/usr/local/go
export GOROOT=/usr/local/go
export GOPATH={{ user_home }}/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:/usr/local/go/bin:$GOBIN
Expand Down

0 comments on commit 29ee4e7

Please sign in to comment.