Skip to content

Commit

Permalink
build QOwnNotes version 23.12.5 from source
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 30, 2023
1 parent 3502a42 commit 3ebded0
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,16 +301,20 @@
- install_doctools

vars:
qownnotes_version: "23.12.2"
qownnotes_version_to_install: "{{ qownnotes_version }}-1ubuntu3ppa1~jammy1"
qownnotes_version: "23.12.5"

tasks:
- name: Add qownnotes PPA
shell: add-apt-repository ppa:pbek/qownnotes
- name: Install QOwnNotes
apt:
name: "qownnotes={{ qownnotes_version_to_install }}"
update_cache: yes
- name: Expand source files archive
unarchive:
src: /home/kasm-default-profile/install_files/qownnotes-{{ qownnotes_version }}.tar.gz
dest: /home/kasm-default-profile/install_files/
remote_src: yes
creates: /home/kasm-default-profile/install_files/qownnotes-{{ qownnotes_version }}/LICENSE
- name: Build QOwnNotes # as per https://www.qownnotes.org/installation/building.html
shell:
cmd: qmake && make
chdir: /home/kasm-default-profile/install_files/qownnotes-{{ qownnotes_version }}
executable: /bin/bash

-
# install sudo for the vs-code role below
Expand Down

0 comments on commit 3ebded0

Please sign in to comment.