feat(conda): Begin testing Miniconda env creation
This commit is contained in:
parent
2c53e26bbb
commit
eaec41da1e
@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
|
||||
# conda deactivate && conda update -y --name base conda && conda update -y --all
|
||||
|
||||
#- name: '...'
|
||||
# tags:
|
||||
# - 'inTesting'
|
||||
# delegate_to: '127.0.0.1'
|
||||
# run_once: true
|
||||
# async: 1
|
||||
# poll: 0
|
||||
# no_log: true
|
||||
# when: '...'
|
||||
# register: '...'
|
||||
# become: 'yes'
|
||||
# changed_when: '...'
|
||||
# failed_when: '...'
|
||||
# until: '(condition)'
|
||||
# retries: 5
|
||||
# delay: 10
|
||||
# loop_control:
|
||||
# loop_var: 'loopVar'
|
||||
# loop:
|
||||
# - { var1: '', var2: '' }
|
||||
# - { ... }
|
||||
# <command>:
|
||||
# argument1: '{{ loopVar.var1 }}'
|
||||
# argument2: '{{ loopVar.var2 }}'
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user