You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple configuration of gslbservice fails when applied a second time because the module does not process the "ip" parameter correctly when it comes to idempotency.
Issue Type
Bug Report
Component Name
gslbservice
Python Version
$ python --version # or python3 --version3.11
Ansible Version
$ ansible --versionansible-core 2.16.3
Ansible Configuration
$ ansible-config dump --only-changed
netscaler.adc Collection Version
$ ansible-galaxy collection list netscaler.adc2.5.0
Because of the IP parameter, this task would fail on subsequent runs, because the module is not able to compare current vs expected value, since the "ip" parameter is not returned on NITRO GET call.
Summary
Simple configuration of gslbservice fails when applied a second time because the module does not process the "ip" parameter correctly when it comes to idempotency.
Issue Type
Bug Report
Component Name
gslbservice
Python Version
Ansible Version
Ansible Configuration
$ ansible-config dump --only-changed
netscaler.adc Collection Version
Target NetScaler Version
> show ns version
Equivalent NetScaler CLI Command
Steps to Reproduce
Consider the following example task:
Because of the IP parameter, this task would fail on subsequent runs, because the module is not able to compare current vs expected value, since the "ip" parameter is not returned on NITRO GET call.
Expected Results
The module should return OK if no changes needed
Actual Results
Additioinal Notes
No response
The text was updated successfully, but these errors were encountered: