fixes #27 loading modules, ansible

This commit is contained in:
2024-11-29 13:17:33 +01:00
commit c5668eaef5

View File

@@ -0,0 +1,11 @@
- name: Kernel module nf_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present
- name: Kernel module xt_conntrack
community.general.modprobe:
name: nf_conntrack
state: present
persistent: present