From 7053b91712922148a6c6879604b03e510743cbde Mon Sep 17 00:00:00 2001 From: Ullli Date: Thu, 4 Jun 2026 17:29:56 +0200 Subject: [PATCH] collabora sources --- tasks/collabora.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tasks/collabora.yml b/tasks/collabora.yml index a2e9ac8..6f0c65d 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -1,5 +1,12 @@ --- -- name: install server specific packages +- name: Add repo using key from URL + deb822_repository: + name: collaboraonline + types: deb + uris: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb + suites: ./ + signed_by: https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg +- name: Install server specific packages ansible.builtin.apt: pkg: - htop -- 2.39.5