Jahresstart 2425
This commit is contained in:
parent
dcf0872aee
commit
05a62f8582
6 changed files with 8 additions and 7 deletions
|
@ -31,10 +31,10 @@
|
|||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
||||
when: not gftf.stat.exists
|
||||
|
||||
- name: Download Greenfoot
|
||||
- name: Download Bluej
|
||||
delegate_to: localhost
|
||||
command: wget {{ greenfootURI }} -O {{ greenfootTargetFile }}
|
||||
when: not gftf.stat.exists
|
||||
command: wget {{ bluejURI }} -O {{ bluejTargetFile }}
|
||||
when: not bjtf.stat.exists
|
||||
|
||||
#### Freecad
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue