Describe the bug
When asking for module_info(..) on a node scope, we receive tasks and restarts info.
The same would be expected when using modules_info() but this is not the case.
To Reproduce
Call modules_info() on a node scope, and obseve tasks and restarts are missing from the info.
Expected behavior
Expecting tasks and restarts to be included, like when asking for a single module info.
Describe the bug
When asking for
module_info(..)on a node scope, we receivetasksandrestartsinfo.The same would be expected when using
modules_info()but this is not the case.To Reproduce
Call
modules_info()on a node scope, and obsevetasksandrestartsare missing from the info.Expected behavior
Expecting
tasksandrestartsto be included, like when asking for a single module info.