andrewrothstein / ansible-miniconda

MIT License
28 stars 26 forks source link

version update + add option to disable autoupdate of conda and deps #15

Closed spk83 closed 5 years ago

spk83 commented 5 years ago

Also move linking miniconda from installtion dir to {{ miniconda_link_dir }} as part of installation block, because if miniconda exists with different version then installation block would be skipped and link step would fail trying to link miniconda from a different version directory than installed version directory. And installation check relies on miniconda_conda_binary.stat.exists condition, which would be true only when miniconda_conda_bin: '{{ miniconda_link_dir }}/bin/conda' exists

spk83 commented 5 years ago

some builds on travis are timing out. looks good otherwise!

andrewrothstein commented 5 years ago

published as v5.2.8 to the galaxy. thanks for the contribution!