mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Cleanup per notes.
Some small changes to per notes from @mpdehann.
This commit is contained in:
@@ -63,7 +63,7 @@ class ActionModule(object):
|
||||
|
||||
remote_md5 = self.runner._remote_md5(conn, tmp, dest)
|
||||
if remote_md5 != '3':
|
||||
result = dict(failed=True, msg="dest must be an existing dir", rc=remote_md5)
|
||||
result = dict(failed=True, msg="dest must be an existing dir")
|
||||
return ReturnData(conn=conn, result=result)
|
||||
|
||||
if copy:
|
||||
|
||||
Reference in New Issue
Block a user