Thomas Basler
a1a3091507
This commit consolidates common tasks like user creation which is needed by all applications into a single file.
10 lines
224 B
YAML
10 lines
224 B
YAML
---
|
|
|
|
- name: Install Slic3r dependencies
|
|
apt:
|
|
name:
|
|
- libgtk2.0-0
|
|
|
|
- name: Download Slic3r binary
|
|
get_url: url={{ slicer_url }} dest={{ slicer_target }} checksum={{ xrdp_applications.Slicer.checksum }} mode=0755
|