parent
f901fd0160
commit
89284bcce0
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ def enforce_state(module, params):
|
|||
outf.write(key)
|
||||
outf.close()
|
||||
module.atomic_move(outf.name,path)
|
||||
except IOError,e:
|
||||
except (IOError,OSError),e:
|
||||
module.fail_json(msg="Failed to write to file %s: %s" % \
|
||||
(path,str(e)))
|
||||
params['changed'] = True
|
||||
|
|
Loading…
Reference in a new issue