1
0
Fork 0
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:
Jason O'Donnell 2015-10-26 17:13:49 -04:00
parent 7b0e68917c
commit 9dfa3719be

View file

@ -146,7 +146,7 @@ class ActionModule(ActionBase):
use_delegate = False
if dest_host == delegate_to:
# 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)
dest_host = '127.0.0.1'
use_delegate = True