Skip to content

Commit f194127

Browse files
committed
fix handle_call to get two more parameters
1 parent 737ecaf commit f194127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def api_call_facts_for_rule(module, api_call_object, api_call_object_plural_vers
416416
if payload.get("layer") is None:
417417
api_call_object = api_call_object_plural_version
418418

419-
response = handle_call(connection, version, 'show-' + api_call_object, payload, module)
419+
response = handle_call(connection, version, 'show-' + api_call_object, payload, module, False, False)
420420
result = {api_call_object: response}
421421
return result
422422

0 commit comments

Comments
 (0)