mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Cleanup per notes.
Some small changes to per notes from @mpdehann.
This commit is contained in:
parent
cb7c2b7524
commit
598b9c6b7c
4 changed files with 34 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue