labsync/packer/ansible/roles/lightburn/tasks/install.yml
2023-09-14 19:22:55 +00:00

13 lines
307 B
YAML

---
- name: Extract zip file
unarchive:
src: lightburn.zip
dest: /opt
- name: Create applications directory
file:
path: /usr/local/share/applications/
state: directory
- name: Copy desktop file
copy:
src: lightburn.desktop
dest: /usr/local/share/applications/lightburn.desktop