Fix logisim unpack/install
This commit is contained in:
parent
d0b2a77216
commit
bcb4d836b2
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
dest: /opt/logisim
|
||||
remote_src: yes
|
||||
creates: /opt/logisim/META-INF/MANIFEST.MF
|
||||
- name: Create destination for Logisim - Evolution
|
||||
file:
|
||||
path: /opt/logisim-evolution
|
||||
state: directory
|
||||
- name: Download and unpack Logisim - Evolution
|
||||
unarchive:
|
||||
src: https://github.com/logisim-evolution/logisim-evolution/releases/download/v3.9.0/logisim-evolution-3.9.0-all.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue