Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
init
Commits
1f8b7073
Commit
1f8b7073
authored
Jun 13, 2023
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bookworm
parent
5b365ea1
Pipeline
#22224
passed with stage
in 6 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tasks/docker-source.yml
tasks/docker-source.yml
+3
-3
tasks/utility.yml
tasks/utility.yml
+2
-2
No files found.
tasks/docker-source.yml
View file @
1f8b7073
...
...
@@ -9,11 +9,11 @@
-
name
:
target distribution for non-sid
set_fact
:
docker_distribution
:
'
{{
target_distribution
}}'
when
:
ansible_os_family == 'Debian' and ansible_distribution_release != 'sid' and target_distribution != 'b
ullseye
'
when
:
ansible_os_family == 'Debian' and ansible_distribution_release != 'sid' and target_distribution != 'b
ookworm
'
-
name
:
target distribution for sid
set_fact
:
docker_distribution
:
b
ullseye
when
:
ansible_os_family == 'Debian' and (ansible_distribution_release == 'sid' or target_distribution == 'b
ullseye
')
docker_distribution
:
b
ookworm
when
:
ansible_os_family == 'Debian' and (ansible_distribution_release == 'sid' or target_distribution == 'b
ookworm
')
-
name
:
Docker apt 源公钥
become
:
true
apt_key
:
...
...
tasks/utility.yml
View file @
1f8b7073
...
...
@@ -81,9 +81,9 @@
set_fact
:
target_distribution
:
'
jammy'
when
:
ansible_distribution == 'Ubuntu' and upgrade and not keep_distro
-
name
:
move to b
ullseye
-
name
:
move to b
ookworm
set_fact
:
target_distribution
:
'
b
ullseye
'
target_distribution
:
'
b
ookworm
'
when
:
ansible_distribution == 'Debian' and upgrade and ansible_distribution_release != 'sid' and not keep_distro
-
name
:
系统源 (apt)
become
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment