Revert "Do not enable ebtables on modern kernels"

This reverts commit 385e17a690.

It was actually DNF playing games with packaging and updating kernel
on iptables installation

Change-Id: I5cef0958b837a760869baaa485ae114f0c724481
This commit is contained in:
Dmitriy Rabotyagov
2025-06-03 16:31:08 +00:00
committed by Gerrit Code Review
parent 385e17a690
commit a27834f687

View File

@ -1,4 +1,3 @@
openstack_host_specific_kernel_modules:
- name: "ebtables"
pattern: "CONFIG_BRIDGE_NF_EBTABLES"
condition: "{{ ansible_facts['kernel'] is version('6.12', '<') }}"