1
0
forked from infra/ansible
infra/roles/xrdp_apphost/tasks/slicer.yml
Thomas Basler a1a3091507 xrdp_apphost: Consolidate common application tasks
This commit consolidates common tasks like user creation which is
needed by all applications into a single file.
2022-06-19 21:47:48 +02:00

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