mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Use correct keyword for this function.
This commit is contained in:
@@ -43,7 +43,7 @@ class ReturnData(object):
|
||||
self.diff = diff
|
||||
|
||||
if type(self.result) in [ str, unicode ]:
|
||||
self.result = utils.parse_json(self.result, from_remote=True, exceptions=False)
|
||||
self.result = utils.parse_json(self.result, from_remote=True, no_exceptions=True)
|
||||
|
||||
if self.host is None:
|
||||
raise Exception("host not set")
|
||||
|
||||
Reference in New Issue
Block a user