community.sap_operations
community.sap_operations copied to clipboard
sap_control role can't call sap_system_facts module
Hello everyone,
I've encountered an issue when trying to use the sap_operations.sap_control role (with sap_control_function set to 'stop_all_nw').
When running the playbook i get the following error message:
From what I understand the role is trying to call the sap_system_facts module with a parameter named 'param', but sap_system_facts doesn't accept any parameters. I've tried removing the offending line (l. 90) and calling the module without any parameters but then the sap_facts_register variable has no entry 'sap_facts'. Am I doing something wrong or is there an issue in the code?
Greetings Manuel