mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07:00
multiple spelling error changes
This commit is contained in:
parent
9a6998aa17
commit
7f5dd5e85d
48 changed files with 72 additions and 72 deletions
|
@ -7,7 +7,7 @@ short_description: Runs a local script on a remote node after transferring it
|
|||
description:
|
||||
- "The M(script) module takes the script name followed by a list of
|
||||
space-delimited arguments. "
|
||||
- "The local script at path will be transfered to the remote node and then executed. "
|
||||
- "The local script at path will be transferred to the remote node and then executed. "
|
||||
- "The given script will be processed through the shell environment on the remote node. "
|
||||
- "This module does not require python on the remote system, much like
|
||||
the M(raw) module. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue