mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add more debug output.
This commit is contained in:
parent
39c69ed561
commit
67d95367fd
1 changed files with 12 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
|||
ansible_timeout: "{{ max_delay | d(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 | d(300) }}"
|
||||
|
||||
rescue:
|
||||
- name: Show result
|
||||
debug:
|
||||
var: iptables_state
|
||||
|
||||
- name: "explain expected failure"
|
||||
assert:
|
||||
that:
|
||||
|
|
Loading…
Reference in a new issue