mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix to_nice_json on python2.6
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user