Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
12
roles/processing/tasks/main_lin.yml
Normal file
12
roles/processing/tasks/main_lin.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue