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
The netscaler.adc.server module works as expected (idempotent) in version 2.6.1. However, in version 2.7.0, running the same task multiple times results in unintended changes, breaking the idempotent behavior.
Run the playbook with version 2.6.1 and confirm that no changes are made if the resource already exists (idempotent behavior).
Upgrade to version 2.7.0.
Re-run the same playbook, and observe that the task results in "Resource already exists" and the server is unnecessarily recreated or modified.
Expected Results
The module should be idempotent, with no changes unless the resource needs to be updated or created.
Actual Results
The module fails and returns "Resource already exists" if resource was already created.
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
Summary
The netscaler.adc.server module works as expected (idempotent) in version 2.6.1. However, in version 2.7.0, running the same task multiple times results in unintended changes, breaking the idempotent behavior.
Issue Type
Bug Report
Component Name
server
Python Version
Ansible Version
Ansible Configuration
netscaler.adc Collection Version
Target NetScaler Version
> show ns version
Equivalent NetScaler CLI Command
Steps to Reproduce
Run the playbook with version 2.6.1 and confirm that no changes are made if the resource already exists (idempotent behavior).
Upgrade to version 2.7.0.
Re-run the same playbook, and observe that the task results in "Resource already exists" and the server is unnecessarily recreated or modified.
Expected Results
The module should be idempotent, with no changes unless the resource needs to be updated or created.
Actual Results
The module fails and returns "Resource already exists" if resource was already created.
Additional Notes
No response
The text was updated successfully, but these errors were encountered: