cythonup icon indicating copy to clipboard operation
cythonup copied to clipboard

feat(ansible): Use ansible to install miniconda

Open jminh opened this issue 9 years ago • 3 comments

close #16

jminh avatar Dec 24 '15 13:12 jminh

The playbook.yml does nothing when the OS have conda and it will install conda if conda is not available.

jminh avatar Dec 24 '15 13:12 jminh

So actually we're using miniconda to install packages. Can ansible call conda command?

jjhuang314 avatar Dec 25 '15 11:12 jjhuang314

I am not sure the ansible-conda module is idempotent?

ansible has command module and shell module.

Shell module and command module are lower level modules that do not have idempotence baked in.

jminh avatar Dec 30 '15 15:12 jminh