This commit is contained in:
GGabriele 2016-09-02 18:58:06 +02:00
parent 53121eb647
commit d92d1feeaa

View file

@ -894,7 +894,7 @@ def main():
transfer_file(module, dest)
transfer_status = 'Sent'
except ShellError:
clie = get_exception():
clie = get_exception()
module.fail_json(msg=str(clie))
if remote_file is None: