mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fixing typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user