mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -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/osx # no iptables/netfilter (Linux specific)
|
||||||
skip/macos # no iptables/netfilter (Linux specific)
|
skip/macos # no iptables/netfilter (Linux specific)
|
||||||
skip/aix # 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) }}"
|
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
|
- name: Show result
|
||||||
|
debug:
|
||||||
|
var: iptables_state
|
||||||
|
|
||||||
- name: "explain expected failure"
|
- name: "explain expected failure"
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
@ -147,6 +151,10 @@
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
|
- name: Show result
|
||||||
|
debug:
|
||||||
|
var: iptables_state
|
||||||
|
|
||||||
- name: "explain expected failure"
|
- name: "explain expected failure"
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
@ -182,6 +190,10 @@
|
||||||
ansible_timeout: "{{ max_delay | default(300) }}"
|
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
|
- name: Show result
|
||||||
|
debug:
|
||||||
|
var: iptables_state
|
||||||
|
|
||||||
- name: "explain expected failure"
|
- name: "explain expected failure"
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue