Add old sagemath config int he hopes that we can later uncomment it

This commit is contained in:
Gašper Fele-Žorž 2024-09-16 11:04:03 +02:00
parent bc6d0000a9
commit abaf6b19ee
36 changed files with 177 additions and 147 deletions

View file

@ -1,2 +1,2 @@
dependencies:
- role: fri_base
# dependencies:
# - role: fri_base

View file

@ -4,9 +4,13 @@
license_path: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install\matlab\network.lic
dest_dir: D:\matlab
- name: Set ISO path
set_fact:
iso_path: "{{ installers }}\\matlab\\{{ target_version }}_Windows.iso"
- name: Mount Matlab ISO
win_disk_image:
image_path: "{{ installers }}\\matlab\\{{ target_version }}_Windows.iso"
image_path: "{{ iso_path }}"
state: present
register: disk_image
@ -22,7 +26,7 @@
- name: Unmount Matlab ISO
win_disk_image:
image_path: "{{ installers }}\\matlab\\matlab-{{ target_version }}_windows.iso"
image_path: "{{ iso_path }}"
state: absent
# TODO MATLAB throws license error -83 when run