Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Ivan Tyagov
slapos.package
Commits
097e1cd0
Commit
097e1cd0
authored
Jul 21, 2023
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: use OBS Debian 9 for all version of Debian <= 9
parent
a023ab25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
playbook/roles/repository/tasks/main.yml
playbook/roles/repository/tasks/main.yml
+2
-10
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/repository/tasks/main.yml
View file @
097e1cd0
...
@@ -26,11 +26,7 @@
...
@@ -26,11 +26,7 @@
-
name
:
Install Debian 9 repository key
-
name
:
Install Debian 9 repository key
apt_key
:
url={{ base_open_build_url }}/Debian_9.0/Release.key state=present
apt_key
:
url={{ base_open_build_url }}/Debian_9.0/Release.key state=present
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version <= "9"
-
name
:
Install Debian 8 repository key
apt_key
:
url={{ base_open_build_url }}/Debian_8.0/Release.key state=present
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
-
name
:
Install Debian 11 repository
-
name
:
Install Debian 11 repository
apt_repository
:
repo='deb {{ base_open_build_url }}/Debian_11/ ./' state=present
apt_repository
:
repo='deb {{ base_open_build_url }}/Debian_11/ ./' state=present
...
@@ -42,11 +38,7 @@
...
@@ -42,11 +38,7 @@
-
name
:
Install Debian 9 repository
-
name
:
Install Debian 9 repository
apt_repository
:
repo='deb {{ base_open_build_url }}/Debian_9.0/ ./' state=present
apt_repository
:
repo='deb {{ base_open_build_url }}/Debian_9.0/ ./' state=present
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version <= "9"
-
name
:
Install Debian 8 repository
apt_repository
:
repo='deb {{ base_open_build_url }}/Debian_8.0/ ./' state=present
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
-
name
:
Install Ubuntu 14.04 repository key
-
name
:
Install Ubuntu 14.04 repository key
apt_key
:
url={{ base_open_build_url }}/xUbuntu_14.04/Release.key state=present
apt_key
:
url={{ base_open_build_url }}/xUbuntu_14.04/Release.key state=present
...
...
playbook/sha256sum
View file @
097e1cd0
e4b015775c67f46178e3e569eacbc97319395fe47fe0070b610f5ca0411f70b7
-
73bdefddd86c1bb8d585c0f0d1d636a9bf3bca1a787c3de9ab2cd08591e21c31
-
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