Skip to content

Commit 14fb7e3

Browse files
committed
Comment out the checker.run() call in the cluster status module
1 parent 9510f54 commit 14fb7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/get_cluster_status_scs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run_module() -> None:
8585
sap_sid=module.params["sap_sid"],
8686
ansible_os_family=module.params["ansible_os_family"],
8787
)
88-
checker.run()
88+
#checker.run()
8989

9090
module.exit_json(**checker.get_result())
9191

0 commit comments

Comments
 (0)