forked from infra/ansible
Thomas Basler
a1a3091507
This commit consolidates common tasks like user creation which is needed by all applications into a single file.
11 lines
292 B
YAML
11 lines
292 B
YAML
---
|
|
|
|
- name: Install LightBurn dependencies
|
|
apt:
|
|
name:
|
|
- libpulse-mainloop-glib0
|
|
- libnss3
|
|
|
|
- name: Download LightBurn binary
|
|
get_url: url={{ lightburn_url }} dest={{ lightburn_target }} checksum={{ xrdp_applications.LightBurn.checksum }} mode=0755
|
|
notify: Install LightBurn |