mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
win_wait_for: fix tests after attempts change (#35026)
This commit is contained in:
parent
f0134079e3
commit
630ae01f91
3 changed files with 24 additions and 24 deletions
|
@ -127,7 +127,7 @@ EXAMPLES = r'''
|
|||
'''
|
||||
|
||||
RETURN = r'''
|
||||
attempts:
|
||||
wait_attempts:
|
||||
description: The number of attempts to poll the file or port before module
|
||||
finishes.
|
||||
returned: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue