fixes #27 loading modules, ansible
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-29 13:17:33 +01:00
parent 7073aaf332
commit 05c9a5fc2a

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