mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
parent
a4077537e0
commit
25b6492d37
91 changed files with 908 additions and 148 deletions
|
@ -222,7 +222,7 @@ if __name__ == '__main__':
|
|||
if pid:
|
||||
# Notify the overlord that the async process started
|
||||
|
||||
# we need to not return immmediately such that the launched command has an attempt
|
||||
# we need to not return immediately such that the launched command has an attempt
|
||||
# to initialize PRIOR to ansible trying to clean up the launch directory (and argsfile)
|
||||
# this probably could be done with some IPC later. Modules should always read
|
||||
# the argsfile at the very first start of their execution anyway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue