diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-09-26 21:19:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 21:19:10 +0200 |
commit | f951c64ee98782d2d77aea9681f9c3cc0cb9239c (patch) | |
tree | 0577cf6b356bf38b9d8f9c4b3fbf695ec8c287e1 | |
parent | file: add a note about follow=false (#81788) (diff) | |
download | ansible-f951c64ee98782d2d77aea9681f9c3cc0cb9239c.tar.xz ansible-f951c64ee98782d2d77aea9681f9c3cc0cb9239c.zip |
Fix typo in finished.yml (#81784)
aysnc -> async
-rw-r--r-- | lib/ansible/plugins/test/finished.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/test/finished.yml b/lib/ansible/plugins/test/finished.yml index 22bd6e8901..7541beeac2 100644 --- a/lib/ansible/plugins/test/finished.yml +++ b/lib/ansible/plugins/test/finished.yml @@ -17,5 +17,5 @@ EXAMPLES: | RETURN: _value: - description: Returns V(True) if the aysnc task has finished, V(False) otherwise. + description: Returns V(True) if the async task has finished, V(False) otherwise. type: boolean |