ansible-conda
ansible-conda copied to clipboard
creating conda environment from a specification file
Cool option would be possibility to create conda environment from the specification files created in other env by either
conda list -e
or
conda list --explicit
Hi @RafalSkolasinski do you have any insight on how to achieve this? This is precisely what I'm trying to do, but am not very experienced with ansible.
Any help much appreciated. Thank you.
Probably one can just use command module of ansible to invoke necessary command but I don't know how robust and idempotent this will be.
Related work I just stumbled across: https://github.com/andrewrothstein/ansible-conda-env