ibm-messaging / mq-ansible

Ansible roles for IBM MQ
Apache License 2.0
29 stars 26 forks source link

Change how results of mq commands are handled in the queue_manager module #104

Closed stewmcl closed 4 months ago

stewmcl commented 4 months ago

Following on from Issue #99

instead of overwriting the results for each queue manager in a list, the result dict should potentially be stored in another dict with the queue manager names being used as the key for each set of results.

These results should then be returned and outputted to the user.

stewmcl commented 4 months ago

Closing as a duplicate of #57