Skip to content

Commit cc209f4

Browse files
committed
Add "jammy" distribution release to the legacy ebtables installation
Change-Id: Ia8393f0e4f736dafb3ba7fb50cd2b679c24b1a01 (cherry picked from commit acc6ff0)
1 parent 27a19fb commit cc209f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/legacy_ebtables/tasks/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
executable: /bin/bash
1111
become: yes
1212
when:
13-
- ansible_facts['distribution_release'] == "focal"
13+
- ansible_facts['distribution_release'] == "focal" or
14+
ansible_facts['distribution_release'] == "jammy"
1415
- ansible_facts['distribution'] == "Ubuntu"
1516

1617

0 commit comments

Comments
 (0)