Skip to content

Commit

Permalink
apt install qownnotes=23.11.2-1ubuntu3ppa1-jammy1
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 22, 2023
1 parent 07471d4 commit be7db19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,25 @@
msg: "ASCII Doctor Version Error: Expected {{ asciidoctor_version_expected }} | Found {{ installed_asciidoctor_version.stdout }}"
when: installed_asciidoctor_version.stdout != asciidoctor_version_expected

-
# install QOwnNotes
hosts: localhost
connection: local
tags:
- install_doctools

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

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

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

0 comments on commit be7db19

Please sign in to comment.