We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a19fb commit cc209f4Copy full SHA for cc209f4
roles/legacy_ebtables/tasks/main.yaml
@@ -10,7 +10,8 @@
10
executable: /bin/bash
11
become: yes
12
when:
13
- - ansible_facts['distribution_release'] == "focal"
+ - ansible_facts['distribution_release'] == "focal" or
14
+ ansible_facts['distribution_release'] == "jammy"
15
- ansible_facts['distribution'] == "Ubuntu"
16
17
0 commit comments