yatinkarel
7f679d3cd4
With the latest kernel update in Ubuntu jammy we need to include this role else jobs are failing. Related-Bug: #2038541 Change-Id: Ia277239cf5cc8d4534d46a4a2340ba42905923ff
8 lines
265 B
YAML
8 lines
265 B
YAML
- hosts: all
|
|
tasks:
|
|
# TODO(slaweq): remove it when nftables will support syntax for src and
|
|
# destination IP addresses in arp tables:
|
|
- include_role:
|
|
name: legacy_ebtables
|
|
when: ansible_distribution_release | lower in ['focal', 'jammy']
|