Initial commit erasing history

This commit is contained in:
polz 2024-06-01 00:49:52 +02:00
parent e04f86fd9a
commit 7d8751ffe8
712 changed files with 7348 additions and 0 deletions

View file

@ -0,0 +1,12 @@
- name: Install Processing
block:
- name: Create destination for Processing
file:
path: /opt/processing
state: directory
- name: Download and unpack processing
unarchive:
src: https://github.com/processing/processing4/releases/download/processing-1286-4.0.1/processing-4.0.1-linux-x64.tgz
dest: /opt/processing
remote_src: yes