On 30/11/2013 00:29, Steven Haddox wrote:
> Sorry, the shell action line should read:
> 
> shell: bash < <( curl {{rvm_fw_url}}/releases/rvm-install-latest )
> 
> I tried to escape it as a debug measure with no success.

Hi Steven,

Any chance this can be solved by changing 'bash < <( curl
{{rvm_fw_url}}/releases/rvm-install-latest )' to 'curl
{{rvm_fw_url}}/releases/rvm-install-latest | bash' ?
The shell module is a bit tricky sometimes :)

M
-- 
Michel Blanc
{ :github => "@leucos", :twitter => "@b9m", :gpg => "0X24B35C22" }

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to