mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
[PR #9859/eff25c8a backport][stable-10] Fix/improve tests (#9860)
Fix/improve tests (#9859)
* Fix tests.
* Improve callback tests.
(cherry picked from commit eff25c8a6e
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5f1f76b8f4
commit
8253fb171d
28 changed files with 187 additions and 157 deletions
|
@ -70,7 +70,7 @@
|
|||
async: "{{ ansible_timeout }}"
|
||||
poll: 0
|
||||
vars:
|
||||
ansible_timeout: "{{ max_delay | d(300) }}"
|
||||
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||
|
||||
rescue:
|
||||
- name: "explain expected failure"
|
||||
|
@ -179,7 +179,7 @@
|
|||
async: "{{ ansible_timeout }}"
|
||||
poll: 0
|
||||
vars:
|
||||
ansible_timeout: "{{ max_delay | d(300) }}"
|
||||
ansible_timeout: "{{ max_delay | default(300) }}"
|
||||
|
||||
rescue:
|
||||
- name: "explain expected failure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue