ansible-anaconda icon indicating copy to clipboard operation
ansible-anaconda copied to clipboard

Ansible role for installing Anaconda

Results 4 ansible-anaconda issues
Sort by recently updated
recently updated
newest added

Hello, Running this role against fresh Ubuntu Server 18.04 LTS produces below error on task `remove conda-curl since it conflicts with the system curl` ``` { "changed": false, "module_stderr": "Shared...

Your role triggers an error at second run here because removing curl package does not remove libcurl.a file (first run install conda, uninstall curl conda package, let libcurl.a, then second...

It would be nice to have the link be optional. In my case I need both anaconda2 and 3 to be installed / maintained. ``` - hosts: all become: yes...

is this something that you think would be a useful improvement?