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
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
7fd815e7
Commit
7fd815e7
authored
Jan 08, 2018
by
Alain Takoudjou
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: use latest kernel 4.9 for debian 8 and 9
parent
62681800
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
playbook/roles/vifib-kernel/tasks/main.yml
playbook/roles/vifib-kernel/tasks/main.yml
+7
-2
No files found.
playbook/roles/vifib-kernel/tasks/main.yml
View file @
7fd815e7
---
-
name
:
Install kernel 4.6 on debian
8.0
apt
:
name=linux-image-4.6.0-0.bpo.1-amd64 state=latest default_release=jessie-backports update_cache=yes
-
name
:
Install kernel 4.9 on debian
9.0
apt
:
name=linux-image-4.9.0-5-amd64 state=latest update_cache=yes
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
-
name
:
Install kernel 4.9 on debian
8.0
apt
:
name=linux-image-4.9.0-0.bpo.5-amd64 state=latest default_release=jessie-backports update_cache=yes
when
:
ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
-
name
:
Download kernel 4.6 from Debian8 repository to install on Debian
7
...
...
Thomas Gambier
🚴🏼
@tomo
mentioned in merge request
!133 (merged)
·
Nov 10, 2020
mentioned in merge request
!133 (merged)
mentioned in merge request !133
Toggle commit list
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