Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
19
roles/winroom/tasks/logisim.yml
Normal file
19
roles/winroom/tasks/logisim.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
- name: Create Logisim directory
|
||||
win_file:
|
||||
path: "%ProgramFiles%\\logisim"
|
||||
state: directory
|
||||
|
||||
- name: Install Logisim
|
||||
win_get_url:
|
||||
url: https://sourceforge.net/projects/circuit/files/2.7.x/2.7.1/logisim-generic-2.7.1.jar
|
||||
dest: "%ProgramFiles%\\logisim\\logisim.jar"
|
||||
|
||||
- name: Create Logisim shortcut
|
||||
win_shortcut:
|
||||
src: "%ProgramFiles%\\logisim\\logisim.jar"
|
||||
dest: "C:\\Users\\Public\\Desktop\\Logisim.lnk"
|
||||
|
||||
- name: Install Logisim-Evolution
|
||||
win_package:
|
||||
path: https://github.com/logisim-evolution/logisim-evolution/releases/download/v3.7.2/logisim-evolution-3.7.2.msi
|
||||
product_id: b30fa00c-da3f-3769-aaea-6571cacf5c30
|
Loading…
Add table
Add a link
Reference in a new issue