Jahresstart 2425

This commit is contained in:
Frank Schiebel 2024-09-09 11:51:06 +02:00
parent dcf0872aee
commit 05a62f8582
6 changed files with 8 additions and 7 deletions

View file

@ -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