mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 04:30:32 -07:00
Merge 67d95367fd
into 70b5e362f9
This commit is contained in:
commit
e9f2111c42
2 changed files with 12 additions and 2 deletions
|
@ -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!
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue