diff --git a/roles/octave/tasks/main_win.yml b/roles/octave/tasks/main_win.yml index cf4f93c..50698f9 100644 --- a/roles/octave/tasks/main_win.yml +++ b/roles/octave/tasks/main_win.yml @@ -1,10 +1,11 @@ # chocolatey package is broken - name: Set Octave version set_fact: - target_version: "7.2.0" + target_version: "9.2.0" - name: Install Octave win_package: - path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe + # path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe + path: https://mirror.us-midwest-1.nexcess.net/gnu/octave/windows/octave-{{ target_version }}-w64-installer.exe arguments: /S /AllUsers creates_path: C:\Program Files\GNU Octave\Octave-{{ target_version }}