Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
collabora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible
roles
collabora
Commits
e3e8fc14
Verified
Commit
e3e8fc14
authored
1 year ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
New unified collabora debian repo for all suites
parent
376f3409
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-17
2 additions, 17 deletions
tasks/main.yml
with
2 additions
and
17 deletions
tasks/main.yml
+
2
−
17
View file @
e3e8fc14
...
...
@@ -3,24 +3,9 @@
keyserver
:
keyserver.ubuntu.com
id
:
0C54D189F4BA284D
-
name
:
add collabora repo (stretch)
when
:
ansible_distribution_release == "stretch"
-
name
:
add collabora repo
apt_repository
:
repo
:
deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-debian9 ./
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 ./
repo
:
deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb ./
state
:
present
update_cache
:
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment