Skip to content
Snippets Groups Projects
Commit 7fb15698 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add instance to check rpm removal

parent c7a414fd
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,5 @@ platforms:
image: centos:7
- name: ics-ans-role-conda-create-env
image: centos:7
- name: ics-ans-role-conda-rpm
image: centos:7
---
- name: Prepare
hosts: all
hosts: ics-ans-role-conda-rpm
gather_facts: false
tasks: []
tasks:
- name: install conda rpm
yum:
name: https://artifactory.esss.lu.se/artifactory/conda-mirror/conda-4.5.12-0.x86_64.rpm
state: present
- name: create dummy .condarc file
file:
path: /opt/conda/.condarc
state: touch
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