forked from infra/ansible
12 lines
317 B
YAML
12 lines
317 B
YAML
---
|
|
|
|
- name: Install LightBurn dependencies
|
|
apt:
|
|
name:
|
|
- libpulse-mainloop-glib0
|
|
- libnss3
|
|
- libxkbcommon-x11-0
|
|
|
|
- name: Download LightBurn binary
|
|
get_url: url={{ lightburn_url }} dest={{ lightburn_target }} checksum={{ xrdp_applications.LightBurn.checksum }} mode=0755
|
|
notify: Install LightBurn |