From: Ullli Date: Sun, 7 Jun 2026 05:50:21 +0000 (+0200) Subject: forgejo apt-key und Quellen per ansible X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/eec4e3cff65b179c7244ba83bf7fd7908e3f4059?hp=6fceb0ba80d617e47871fdb17df783bf08cf903a forgejo apt-key und Quellen per ansible --- diff --git a/tasks/collabora.yml b/tasks/collabora.yml index ba9c58e..39978e8 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -1,6 +1,6 @@ --- - name: Add repo using key from URL - deb822_repository: + ansible.builtin.deb822_repository: name: collaboraonline types: deb uris: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb diff --git a/tasks/forgejo.yml b/tasks/forgejo.yml index 74be67e..1ce297d 100644 --- a/tasks/forgejo.yml +++ b/tasks/forgejo.yml @@ -1,4 +1,11 @@ --- +- name: Add repo using key from URL + ansible.builtin.deb822_repository: + name: forgejo + types: deb + uris: https://code.forgejo.org/api/packages/apt/debian + suites: lts + signed_by: https://code.forgejo.org/api/packages/apt/debian/repository.key - name: install server specific packages ansible.builtin.apt: pkg: