Bump Matlab version
This commit is contained in:
parent
9baa83493a
commit
6f6643a0e5
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Set Matlab version and destination
|
- name: Set Matlab version and destination
|
||||||
set_fact:
|
set_fact:
|
||||||
target_version: "R2023b"
|
target_version: "R2024a_Update_5"
|
||||||
install_dir: "/mnt/ucilnice_d/install/matlab/"
|
install_dir: "/mnt/ucilnice_d/install/matlab/"
|
||||||
license_path: "/mnt/ucilnice_d/install/matlab/network.lic"
|
license_path: "/mnt/ucilnice_d/install/matlab/network.lic"
|
||||||
dest_dir: /opt/matlab
|
dest_dir: /opt/matlab
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
- name: Set Matlab version and destination
|
- name: Set Matlab version and destination
|
||||||
set_fact:
|
set_fact:
|
||||||
target_version: "r2023b"
|
target_version: "R2024a_Update_5"
|
||||||
license_path: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install\matlab\network.lic
|
license_path: \\ucilnicesmb.fri1.uni-lj.si\ucilnice_d\install\matlab\network.lic
|
||||||
dest_dir: D:\matlab
|
dest_dir: D:\matlab
|
||||||
|
|
||||||
- name: Mount Matlab ISO
|
- name: Mount Matlab ISO
|
||||||
win_disk_image:
|
win_disk_image:
|
||||||
image_path: "{{ installers }}\\matlab\\matlab-{{ target_version }}_windows.iso"
|
image_path: "{{ installers }}\\matlab\\{{ target_version }}_Windows.iso"
|
||||||
state: present
|
state: present
|
||||||
register: disk_image
|
register: disk_image
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue