mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 21:39:10 -07:00
Fix to_nice_json on python2.6
This commit is contained in:
parent
f995b34638
commit
edc27c5a5b
2 changed files with 24 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue