Skip to content

Commit

Permalink
install QMake tools & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 30, 2023
1 parent 8db0f5b commit 1118770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@
qownnotes_version: "23.12.5"

tasks:
- name: Install QMake tools
apt:
name: qt5-qmake, libqt5websockets5-dev, libqt5svg5*, qtdeclarative5-*
update_cache: yes
- name: Expand source files archive
unarchive:
src: /home/kasm-default-profile/install_files/qownnotes-{{ qownnotes_version }}.tar.xz
Expand Down

0 comments on commit 1118770

Please sign in to comment.