first running vagrant-ansible version

This commit is contained in:
Radu Ioan Fericean
2014-02-20 22:13:43 +02:00
parent a91873800d
commit a3daecdbc9
3 changed files with 3 additions and 6 deletions

View File

@@ -59,6 +59,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# information on available options.
config.vm.provision "ansible" do |ansible|
ansible.playbook = "ansible_golang_release.yml"
ansible.verbose = "vvvv"
#ansible.verbose = "vvvv"
end
end

View File

@@ -64,8 +64,5 @@
- name: copy bashrc
copy: src=bashrc dest=~/.bashrc
- name: echo
command: echo $GOROOT; echo $GOPATH
- name: get cgrates
shell: ~/go/bin/go get -u -v github.com/cgrates/cgrates
shell: GOROOT=~/go GOPATH=~/go_home ~/go/bin/go get -u -v github.com/cgrates/cgrates

View File

@@ -110,6 +110,6 @@ if ! shopt -oq posix; then
fi
export GOROOT=$HOME/go
export GOPATH=$HOME/gopath
export GOPATH=$HOME/go_home
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin