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
diff --git a/playbooks/linuxbridge-scenario-pre-run.yaml b/playbooks/linuxbridge-scenario-pre-run.yaml
index 26586f6..bc80e76 100644
--- a/playbooks/linuxbridge-scenario-pre-run.yaml
+++ b/playbooks/linuxbridge-scenario-pre-run.yaml
@@ -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']