F5Networks / f5-ansible-bigip

Declarative Ansible collection for managing F5 BIG-IP/BIG-IQ.
37 stars 17 forks source link

as3_deploy: return result list #59

Closed amolari closed 1 year ago

amolari commented 1 year ago

Is your feature request related to a problem? Please describe.

Not really an issue but some "nice to have" information

Describe the solution you'd like

Using the module, in case of a successful as3 deploy, the as3 api returns a result object in a list such as [{'code': 200, 'message': 'success', 'lineCount': 23, 'host': 'localhost', 'tenant': 'APIm', 'runTime': 11466}]" Please add it to the module output.

pgouband commented 1 year ago

Hi @amolari,

Could you give us more information why it should be interesting to add those output?

pgouband commented 1 year ago

Hi @amolari,

Unfortunately we have decided to not develop the RFE you made