Add "jammy" distribution release to the legacy ebtables installation
Change-Id: Ia8393f0e4f736dafb3ba7fb50cd2b679c24b1a01
This commit is contained in:
parent
a76aa01977
commit
acc6ff0580
@ -10,7 +10,8 @@
|
|||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: yes
|
become: yes
|
||||||
when:
|
when:
|
||||||
- ansible_facts['distribution_release'] == "focal"
|
- ansible_facts['distribution_release'] == "focal" or
|
||||||
|
ansible_facts['distribution_release'] == "jammy"
|
||||||
- ansible_facts['distribution'] == "Ubuntu"
|
- ansible_facts['distribution'] == "Ubuntu"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user