feat(conda): Begin testing Miniconda env creation

This commit is contained in:
hygienic-books 2022-07-07 03:20:12 +02:00
parent 2c53e26bbb
commit eaec41da1e

View File

@ -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 }}'
#