snowplow / ansible-playbooks

Ansible playbooks to install common platforms and tools (e.g. JVM, Ruby, Postgres etc.)
177 stars 126 forks source link

Fix roles which use get_url #108

Open jbeemster opened 7 years ago

jbeemster commented 7 years ago

On later versions of Vagrant and VirtualBox I am getting lots of issues downloading files using the get_url command in Ansible.

msg: failed to create temporary content file: timed out

Solution to this is to change it to shell: curl -o /dir/file URL

mhadam commented 6 years ago

I've been running into this issue too, it may be related to this: https://github.com/ansible/ansible/issues/23642#issuecomment-297778256