mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-08 17:29:11 -07:00
typo: psuedo -> pseudo (#23177)
This commit is contained in:
parent
9a3a0d731f
commit
9812d211e7
3 changed files with 3 additions and 3 deletions
|
@ -639,7 +639,7 @@ class TaskExecutor:
|
|||
if async_jid is None:
|
||||
return dict(failed=True, msg="No job id was returned by the async task")
|
||||
|
||||
# Create a new psuedo-task to run the async_status module, and run
|
||||
# Create a new pseudo-task to run the async_status module, and run
|
||||
# that (with a sleep for "poll" seconds between each retry) until the
|
||||
# async time limit is exceeded.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue