Cleanup per notes.

Some small changes to per notes from @mpdehann.
This commit is contained in:
Richard C Isaacson 2014-02-12 10:01:10 -06:00
commit 598b9c6b7c
4 changed files with 34 additions and 22 deletions

View file

@ -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: