Skip to content
Snippets Groups Projects
Commit 570db6d3 authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Merge branch 'update' into 'master'

Updated conda to 4.6.12

See merge request !1
parents 037e925c 4f21c859
No related branches found
No related tags found
1 merge request!1Updated conda to 4.6.12
Pipeline #14820 passed
......@@ -4,13 +4,13 @@ Ansible role to install conda on CentOS.
## Requirements
- ansible >= 2.4
- molecule >= 2.6
- ansible >= 2.7
- molecule >= 2.20
## Role Variables
```yaml
conda_version: 4.6.11
conda_version: 4.6.12
conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
# List of conda channels to use
conda_channels:
......
---
conda_version: 4.6.11
conda_version: 4.6.12
conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
# List of conda channels to use
conda_channels:
......
......@@ -4,7 +4,7 @@ galaxy_info:
company: European Spallation Source ERIC
description: Role to install conda.
license: BSD
min_ansible_version: 2.4
min_ansible_version: 2.7
platforms:
- name: CentOS
versions:
......
......@@ -8,7 +8,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_conda_version(host):
cmd = host.run('/opt/conda/bin/conda --version 2>&1')
assert cmd.rc == 0
assert cmd.stdout.strip() == 'conda 4.6.11'
assert cmd.stdout.strip() == 'conda 4.6.12'
def test_conda_path(host):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment