Merge pull request #94 from skvidal/master
minor typo of AnsibleException/AnsibleError
This commit is contained in:
commit
86590ea614
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ParamikoConnection(object):
|
|||
try:
|
||||
sftp.put(in_path, out_path)
|
||||
except IOError:
|
||||
raise errors.AnsibleException("failed to transfer file to %s" % out_path)
|
||||
raise errors.AnsibleError("failed to transfer file to %s" % out_path)
|
||||
sftp.close()
|
||||
|
||||
def close(self):
|
||||
|
|
Loading…
Reference in a new issue