Skip to content

Commit

Permalink
Adjust defaults to match recent convention changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <karl.hepworth@gmail.com>
  • Loading branch information
fubarhouse committed Sep 19, 2017
1 parent cad0fd6 commit e09ccb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@

- name: "Go-Lang | Define GOROOT"
set_fact:
GOROOT: "{{ fubarhouse_user_dir }}/go"
GOROOT: /usr/local/go
when: GOROOT is not defined

- name: "Go-Lang | Define GOPATH"
set_fact:
GOPATH: "{{ GOROOT }}/bin"
GOPATH: "{{ fubarhouse_user_dir }}/go"
when:
- GOROOT is defined
- GOPATH is not defined

- name: "Go-Lang | Define GOROOT_BOOTSTRAP"
set_fact:
GOROOT_BOOTSTRAP: "{{ fubarhouse_user_dir }}/go1.4"
GOROOT_BOOTSTRAP: /usr/local/go1.4"
when:
- fubarhouse_user_dir is defined
- GOROOT_BOOTSTRAP is not defined
Expand Down

0 comments on commit e09ccb5

Please sign in to comment.