cythonup
cythonup copied to clipboard
feat(ansible): Use ansible to install miniconda
close #16
The playbook.yml does nothing when the OS have conda and it will install conda if conda is not available.
So actually we're using miniconda to install packages. Can ansible call conda command?
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.