mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +00:00
Merge cb8fa91fbf into bc22fbcaa0
This commit is contained in:
commit
c123bee8b4
2 changed files with 12 additions and 1 deletions
|
|
@ -11,5 +11,4 @@ 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!
|
||||
skip/rhel10.0 # TODO there's a problem here!
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@
|
|||
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||
|
||||
rescue:
|
||||
- name: Show result
|
||||
debug:
|
||||
var: iptables_state
|
||||
|
||||
- name: "explain expected failure"
|
||||
assert:
|
||||
that:
|
||||
|
|
@ -140,6 +144,10 @@
|
|||
poll: 0
|
||||
|
||||
rescue:
|
||||
- name: Show result
|
||||
debug:
|
||||
var: iptables_state
|
||||
|
||||
- name: "explain expected failure"
|
||||
assert:
|
||||
that:
|
||||
|
|
@ -174,6 +182,10 @@
|
|||
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||
|
||||
rescue:
|
||||
- name: Show result
|
||||
debug:
|
||||
var: iptables_state
|
||||
|
||||
- name: "explain expected failure"
|
||||
assert:
|
||||
that:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue