Hi,

Trying to use ansible to install GVM and Grails, but can't seem to make it 
work, anyone can help? Tried both shell and command, but none seem work.

 - name: gvm | Install gvm prerequisites for Grails
    shell:
      curl -s get.gvmtool.net | bash
    sudo: yes
    tags: grails
  - name: gvm set source | Set source for gvm
    shell:
      source "/home/vagrant/.gvm/bin/gvm-init.sh"
    sudo: yes
    tags: grails
  - name: grails | install grails 2.3.7
    command:
      gvm install grails 2.3.7
    sudo: yes
    tags: grails

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c9349815-d67e-4098-a93d-e34b595fdf14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to