Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
c3b67452
Unverified
Commit
c3b67452
authored
1 year ago
by
Andrei Costescu
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix modprobe module on Flatcar (#10678)
* Fix modprobe module on Flatcar * Add todo about upstream issue report
parent
565eab90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/node/tasks/main.yml
+6
-1
6 additions, 1 deletion
roles/kubernetes/node/tasks/main.yml
with
6 additions
and
1 deletion
roles/kubernetes/node/tasks/main.yml
+
6
−
1
View file @
c3b67452
...
@@ -68,11 +68,16 @@
...
@@ -68,11 +68,16 @@
changed_when
:
false
changed_when
:
false
check_mode
:
no
check_mode
:
no
# TODO: Remove once upstream issue is fixed
# https://github.com/ansible-collections/community.general/issues/7717
-
name
:
Verify br_netfilter module path exists
-
name
:
Verify br_netfilter module path exists
file
:
file
:
path
:
/etc/modules-load.d
path
:
"
{{
item
}}"
state
:
directory
state
:
directory
mode
:
0755
mode
:
0755
loop
:
-
/etc/modules-load.d
-
/etc/modprobe.d
-
name
:
Enable br_netfilter module
-
name
:
Enable br_netfilter module
community.general.modprobe
:
community.general.modprobe
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment