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:
parent
97409c6992
commit
7f679d3cd4
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user