Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
8
roles/winroom/tasks/smlnj.yml
Normal file
8
roles/winroom/tasks/smlnj.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
- name: Set SML/NJ
|
||||
set_fact:
|
||||
target_version: "110.99.3"
|
||||
|
||||
- name: Install SML/NJ
|
||||
win_package:
|
||||
path: "https://smlnj.org/dist/working/{{ target_version }}/smlnj-{{ target_version }}.msi"
|
||||
creates_path: "%ProgramFiles(x86)%\\SMLNJ\\bin\\sml.bat"
|
Loading…
Add table
Add a link
Reference in a new issue