You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exciting! I too was using UDST/ansible-conda for awhile but the project looks unmaintained. How would I go about setting either the default channel order, or adding channels for an install command? See other feature request here: UDST/ansible-conda#26
The text was updated successfully, but these errors were encountered:
Hi @clintval, sorry for the delay. Like the project from UDST, this just passes the channels listed as command line arguments to conda. The order of the list provided should be preserved, but I'm unaware if there's a way to enforce any kind of ordering.
Alternatively, you could set config file first, and this would pick up the values you set.
Closing this out since I don't think it's a change that would be made here if you agree.
Thanks @evandam! Passing channels to conda only appends the channels to the list already defined in the configuration file. So, indeed, the solution would be to provide a .condarc with channels already set. I was hoping to see this as a first-class feature in the DSL of Ansible. If I find time to revisit this, I'll let you know!
Exciting! I too was using UDST/ansible-conda for awhile but the project looks unmaintained. How would I go about setting either the default channel order, or adding channels for an install command? See other feature request here: UDST/ansible-conda#26
The text was updated successfully, but these errors were encountered: