ansible-eclipse icon indicating copy to clipboard operation
ansible-eclipse copied to clipboard

not always re-download eclipse itself?

Open Eothred opened this issue 9 years ago • 1 comments

I noticed that when I run the playbook again I always download eclipse all over again. This is 280MB so it is quite a large file to download. I suppose this is perhaps because we don't know if the download failed mid-transfer last time or similar? Would it be possible to rather only download in case of incorrect md5sum or similar?

I'm quite new to Ansible so these questions might not make sense. We are using it to build a machine using Vagrant based on CentOS, so I have put some fixes in my fork's master branch which might be of interest to you. Please note that I am not checking that these changes still work as expected on a Debian machine, so merge/cherry-pick with care..


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Eothred avatar Dec 02 '15 12:12 Eothred

Try overriding : eclipse_dir_tmp: "{{ tempdir.stdout }}" to somewhere you have access. Outside of the default /tmp

AlbanAndrieu avatar Feb 01 '18 11:02 AlbanAndrieu