Load br_netfilter kernel module

This commit is contained in:
Khue Doan 2020-07-28 00:36:35 +07:00
parent 0c7393423e
commit 7d72f99a41

View File

@ -15,3 +15,8 @@
- name: Disable swap for Kubernetes
command: swapoff -a
- name: Add the br_netfilter kernel module
modprobe:
name: br_netfilter
state: present