Fix error in previous PR.
This commit is contained in:
parent
d1d3f4b4d2
commit
92c23c85d1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def main():
|
|||
(rc,out,err) = module.run_command(validate % src)
|
||||
if rc != 0:
|
||||
module.fail_json(msg="failed to validate: rc:%s error:%s" % (rc,err))
|
||||
module.atomic_move(src, dest):
|
||||
module.atomic_move(src, dest)
|
||||
except IOError:
|
||||
module.fail_json(msg="failed to copy: %s to %s" % (src, dest))
|
||||
changed = True
|
||||
|
|
Loading…
Reference in a new issue