diff --git a/tasks/setup.yml b/tasks/setup.yml index 59179f1..1d6585d 100644 --- a/tasks/setup.yml +++ b/tasks/setup.yml @@ -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