Open jbeemster opened 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
shell: curl -o /dir/file URL
I've been running into this issue too, it may be related to this: https://github.com/ansible/ansible/issues/23642#issuecomment-297778256
On later versions of Vagrant and VirtualBox I am getting lots of issues downloading files using the get_url command in Ansible.
Solution to this is to change it to
shell: curl -o /dir/file URL