Include legacy_ebtables for LinuxBridge Jammy jobs

With the latest kernel update in Ubuntu jammy we
need to include this role else jobs are failing.

Related-Bug: #2038541
Change-Id: Ia277239cf5cc8d4534d46a4a2340ba42905923ff
This commit is contained in:
yatinkarel 2023-10-06 14:39:37 +05:30
parent 97409c6992
commit 7f679d3cd4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
# destination IP addresses in arp tables:
- include_role:
name: legacy_ebtables
when: ansible_distribution_release | lower == 'focal'
when: ansible_distribution_release | lower in ['focal', 'jammy']