This commit is contained in:
Felix Fontein 2025-03-29 22:27:34 +01:00 committed by GitHub
commit e9f2111c42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -10,5 +10,3 @@ skip/freebsd # no iptables/netfilter (Linux specific)
skip/osx # no iptables/netfilter (Linux specific)
skip/macos # no iptables/netfilter (Linux specific)
skip/aix # no iptables/netfilter (Linux specific)
skip/ubuntu22.04 # TODO there's a problem here!

View file

@ -73,6 +73,10 @@
ansible_timeout: "{{ max_delay | default(300) }}"
rescue:
- name: Show result
debug:
var: iptables_state
- name: "explain expected failure"
assert:
that:
@ -147,6 +151,10 @@
poll: 0
rescue:
- name: Show result
debug:
var: iptables_state
- name: "explain expected failure"
assert:
that:
@ -182,6 +190,10 @@
ansible_timeout: "{{ max_delay | default(300) }}"
rescue:
- name: Show result
debug:
var: iptables_state
- name: "explain expected failure"
assert:
that: