mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fxing typo
This commit is contained in:
parent
de54f26376
commit
80433c2a2d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
||||||
Setting this up is performed by the action plugin prior to running
|
Setting this up is performed by the action plugin prior to running
|
||||||
``exec_command``. So we just get passed :param:`cmd` which has the
|
``exec_command``. So we just get passed :param:`cmd` which has the
|
||||||
BecomeCommand already added. (Examples: sudo, su)
|
BecomeCommand already added. (Examples: sudo, su)
|
||||||
:Command: Is the command we're actualy trying to run remotely.
|
:Command: Is the command we're actually trying to run remotely.
|
||||||
(Examples: mkdir -p $HOME/.ansible, python $HOME/.ansible/tmp-script-file)
|
(Examples: mkdir -p $HOME/.ansible, python $HOME/.ansible/tmp-script-file)
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue