1
0
Fork 0
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:
Jason O'Donnell 2015-10-26 17:01:30 -04:00
parent de54f26376
commit 80433c2a2d

View file

@ -177,7 +177,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
Setting this up is performed by the action plugin prior to running
``exec_command``. So we just get passed :param:`cmd` which has the
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)
"""
pass