fix(conda): Clean up conda base installation tasks file
This commit is contained in:
parent
f75eb11d66
commit
d95e4580b3
@ -71,17 +71,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: 'Set ~/.condarc file'
|
- name: 'Set ~/.condarc file'
|
||||||
tags:
|
|
||||||
- 'testing'
|
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: '_current_user_home_/.condarc'
|
src: '_current_user_home_/.condarc'
|
||||||
dest: '{{ ansible_env.HOME }}/.condarc'
|
dest: '{{ ansible_env.HOME }}/.condarc'
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: 'Debug vars'
|
|
||||||
tags:
|
|
||||||
- 'testing'
|
|
||||||
debug:
|
|
||||||
msg: '{{ ansible_env.HOME }}'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user