Allow creating new environments using environment files and conda-env#3
Open
benbovy wants to merge 2 commits intorobinandeer:masterfrom
Open
Allow creating new environments using environment files and conda-env#3benbovy wants to merge 2 commits intorobinandeer:masterfrom
benbovy wants to merge 2 commits intorobinandeer:masterfrom
Conversation
Owner
|
Hi! A lot is new to me about Ansible too but I'll do my best Haven't used conda-env tho so that's more new things 😃 - thanks! |
Owner
|
One thing I would ask after reviewing the code is what you feel about the defaults? Right now; two envs will be created, right? Perhaps we can add a more explicit flag for the On the other hand |
|
Hey all, just wanted to point out this other ansible miniconda role, github.com/uchida/ansible-miniconda-role. I haven't tried it, however, supposedly contains a var |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
Thanks for providing the miniconda role!
I want to create new environments from external environment (yaml) files, using conda-env, so I added the feature.
I'm new to Ansible, so maybe this can be improved?