mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
just a few spelling error changes
This commit is contained in:
parent
4205d74b11
commit
cfbfd38723
32 changed files with 38 additions and 38 deletions
|
@ -109,7 +109,7 @@ class Connection(object):
|
|||
if in_data:
|
||||
raise errors.AnsibleError("Internal Error: this module does not support optimized module pipelining")
|
||||
|
||||
# We happily ignore privelege escalation
|
||||
# We happily ignore privilege escalation
|
||||
if executable == '/bin/sh':
|
||||
executable = None
|
||||
local_cmd = self._generate_cmd(executable, cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue