Fix ordering of elements in PATH

This commit is contained in:
2022-01-04 18:13:28 +01:00
parent 83d7386b25
commit 465a413ae9
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@
copy:
dest: /etc/profile.d/go.sh
content: |
export PATH=$PATH:/usr/local/go/bin
export PATH=/usr/local/go/bin:$PATH
export GOROOT=/usr/local/go
owner: root
group: root