Fix to_nice_json on python2.6

This commit is contained in:
Toshio Kuratomi 2015-01-12 10:44:46 -08:00
parent f995b34638
commit edc27c5a5b
2 changed files with 24 additions and 5 deletions

View file

@ -65,7 +65,7 @@ class ActionModule(object):
stat = module_return.result.get('stat', None)
if stat and stat.get('exists', False):
return ReturnData(
conn=conn,
conn=conn,
comm_ok=True,
result=dict(
skipped=True,