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
84bbe2ae
Commit
84bbe2ae
authored
Dec 13, 2020
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtl8111
parent
0527bf61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
tasks/debian_kernel.yml
tasks/debian_kernel.yml
+4
-3
No files found.
tasks/debian_kernel.yml
View file @
84bbe2ae
...
...
@@ -14,15 +14,16 @@
update_cache
:
true
default_release
:
'
{{
target_distribution
}}-backports'
-
name
:
check RTL8111
shell
:
'
lspci
|
grep
RTL8111
||
true
'
shell
:
'
lspci
|
grep
RTL8111'
register
:
check_rtl_result
changed_when
:
False
changed_when
:
false
failed_when
:
'
results.rc
>
1'
-
name
:
install RTL8111 driver
become
:
true
apt
:
name
:
r8168-dkms
default_release
:
'
{{
target_distribution
}}-backports'
when
:
check_rtl_result.stdout
when
:
'
check_rtl_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