Skip to content
Snippets Groups Projects
Verified Commit e3e8fc14 authored by Julian's avatar Julian
Browse files

New unified collabora debian repo for all suites

parent 376f3409
No related branches found
No related tags found
No related merge requests found
...@@ -3,24 +3,9 @@ ...@@ -3,24 +3,9 @@
keyserver: keyserver.ubuntu.com keyserver: keyserver.ubuntu.com
id: 0C54D189F4BA284D id: 0C54D189F4BA284D
- name: add collabora repo (stretch) - name: add collabora repo
when: ansible_distribution_release == "stretch"
apt_repository: apt_repository:
repo: deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-debian9 ./ repo: deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb ./
state: present
update_cache: true
- name: add collabora repo (buster)
when: ansible_distribution_release == "buster"
apt_repository:
repo: deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-debian10 ./
state: present
update_cache: true
- name: add collabora repo (bullseye)
when: ansible_distribution_release == "bullseye"
apt_repository:
repo: deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-debian11 ./
state: present state: present
update_cache: true update_cache: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment