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
3ec58578
Commit
3ec58578
authored
Jan 02, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mycard.moe:mycard/init
parents
42633dff
9df08b4f
Pipeline
#1958
passed with stage
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
tasks/debian_kernel.yml
tasks/debian_kernel.yml
+10
-0
No files found.
tasks/debian_kernel.yml
View file @
3ec58578
...
...
@@ -38,6 +38,16 @@
apt
:
name
:
r8168-dkms
when
:
check_rtl_result.rc == 0 and ansible_distribution_release == 'sid'
-
name
:
check b43
shell
:
'
lspci
|
grep
BCM4322'
register
:
check_b43_result
changed_when
:
false
failed_when
:
'
check_b43_result.rc
>
1'
-
name
:
install b43 driver
become
:
true
apt
:
name
:
firmware-b43-installer
when
:
check_b43_result.rc ==
0
-
name
:
remove wireguard-dkms
become
:
true
apt
:
...
...
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