- Apr 15, 2019
-
-
Te-Hung Tseng authored
-
- Apr 09, 2019
-
-
Benjamin Bertrand authored
Allow to specify the channels to use using the conda_channels variable.
-
Benjamin Bertrand authored
-
- Jan 31, 2019
-
-
Benjamin Bertrand authored
1. It's easier to use a mirror (no need to manually copy new RPMs to artifactory) 2. The mirror is configured in this role because it's the only repo needed to install conda (no EPEL). No need to put it in the ics-ans-role-repository and add a dependency.
-
- Jan 27, 2019
-
-
Benjamin Bertrand authored
RPM released by anaconda. Installation is done from the RPM to avoid adding the repository as dependency.
-
- Jan 24, 2019
-
-
Benjamin Bertrand authored
-
- Oct 09, 2018
-
-
Benjamin Bertrand authored
Still issue with the new installer: NotWritableError: The current user does not have write permissions to a required path.\n path: /home/conda/.conda/pkgs/urls.txt
-
Benjamin Bertrand authored
Update installer as well
-
- Aug 23, 2018
-
-
Benjamin Bertrand authored
-
- Jun 04, 2018
-
-
Benjamin Bertrand authored
-
- Apr 24, 2018
-
-
Benjamin Bertrand authored
Installer NOT updated to 4.4.10 due to this bug: https://github.com/conda/conda/issues/7109 Have to wait for a newer installer before to update. The installer doesn't really matter as long as we can update conda to the version we want.
-
- Mar 05, 2018
-
-
Benjamin Bertrand authored
-
- Jan 23, 2018
-
-
Benjamin Bertrand authored
- update Miniconda installer (required to install conda 4.4) - pin conda package to defaults channel to avoid downgrade with conda-forge channel - use new /opt/conda/etc/profile.d/conda.sh profile script (remove old conda_env.sh) Note that conda base environment is not activated.
-
- Jan 05, 2018
-
-
Benjamin Bertrand authored
environment files shall be passed via the conda_env_files variable.
-
- May 10, 2017
-
-
Benjamin Bertrand authored
Miniconda2 was made the default because of Ansible, but there is no reason. Ansible has to use the default Python installation in the first place. For molecule, there is no problem to install that in a conda env with Python2.
-
- Apr 25, 2017
-
-
Benjamin Bertrand authored
A new miniconda installer is not released with every conda version. `conda_version` is now independant of `miniconda_version`.
-
- Mar 24, 2017
-
-
Benjamin Bertrand authored
Add tests on conda user
-
- Mar 23, 2017
-
-
Benjamin Bertrand authored
Ansible still requires Python 2. We make Miniconda2 the default. It's still possible to install Miniconda3 by overriding miniconda_version and miniconda_installer_md5.
-
- Mar 20, 2017
-
-
Benjamin Bertrand authored
-