ansible-miniconda-role icon indicating copy to clipboard operation
ansible-miniconda-role copied to clipboard

ansible role to install miniconda, Python-agnostic binary package manager

Results 9 ansible-miniconda-role issues
Sort by recently updated
recently updated
newest added

When using the role with ansible-core 2.12: ``` [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16. ``` This link has guidance on...

since currently the role is still using the old style (which has various drawbacks and is not at all recommended anymore) .. snippet from the main tasks: ``` file: path="{{...

Fix for https://github.com/uchida/ansible-miniconda-role/issues/19

This is is failing for me. Because the prefix path gets created by ansible (`uchida.miniconda : directory /root/miniconda3 exists`), the installer skips actually installing: ```task path: /usr/local/etc/ansible/roles/uchida.miniconda/tasks/main.yml:27 ok: [digitalocean2] =>...

as there've been 12 commits to `master` since the last release, would you mind making a new one?

This occurs using recent miniconda versions, e.g.: ```yaml - role: uchida.miniconda tags: miniconda vars: miniconda_python: 3 miniconda_version: 4.6.14 miniconda_prefix: "{{ vm_codes_folder }}/miniconda" miniconda_env: name: addis channels: - conda-forge dependencies: -...

I don't know if this is fixable (or if it should be fixed) in the role as it's technically a problem of conda env, but basically when there's a mistake...

wontfix

I'ld propose such a task (optional) added at the end of the role. I'ld also add a re-usable ENV Var that contains the miniconda HOME (dir), for example named `CONDA_HOME`:...

enhancement