mq-ansible icon indicating copy to clipboard operation
mq-ansible copied to clipboard

Change the state returned for the queue manager tasks

Open stewmcl opened this issue 1 year ago • 0 comments

Currently when, for example, the create queue manager task runs, ansible will return a state of ok It might be better for it to return a state of changed to indicate to the user that the state of their MQ deployment has indeed changed. With create queue manager returning a state of ok if the queue manager already exists.

This same principle should be applied to the other tasks that use the queue manager module.

stewmcl avatar Jun 08 '23 12:06 stewmcl