mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing typo
This commit is contained in:
parent
7b0e68917c
commit
9dfa3719be
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class ActionModule(ActionBase):
|
||||||
use_delegate = False
|
use_delegate = False
|
||||||
if dest_host == delegate_to:
|
if dest_host == delegate_to:
|
||||||
# edge case: explicit delegate and dest_host are the same
|
# edge case: explicit delegate and dest_host are the same
|
||||||
# so we run rsync on the remote machine targetting its localhost
|
# so we run rsync on the remote machine targeting its localhost
|
||||||
# (itself)
|
# (itself)
|
||||||
dest_host = '127.0.0.1'
|
dest_host = '127.0.0.1'
|
||||||
use_delegate = True
|
use_delegate = True
|
||||||
|
|
Loading…
Reference in a new issue