[Bug]: netscaler.adc.servicegroup
module is not idempotent when tcpprofilename
attribute is used
#392
Labels
netscaler.adc.servicegroup
module is not idempotent when tcpprofilename
attribute is used
#392
Summary
When
tcpprofilename
is used withnstcp_default_profile
,netscaler.adc.servicegroup
module is not idempotent.This is because, NITRO's GET response is missing
tcpprofilename
Issue Type
Bug Report
Component Name
servicegroupname
Python Version
Ansible Version
Ansible Configuration
$ ansible-config dump --only-changed
netscaler.adc Collection Version
Target NetScaler Version
Equivalent NetScaler CLI Command
add serviceGroup test_ssl SSL -tcpProfileName nstcp_default_profile
Steps to Reproduce
Expected Results
When I run the above playbook second time, I should not get any updates from the ansible-playbook. The 2nd time onward running the same playbook should be idempotenet
Actual Results
"TRACE: EXIT: module_executor.is_attribute_equal() returned False",
"DEBUG: Attribute
tcpprofilename
differs. Desired: (<class 'str'>) nstcp_default_profile. Existing: (<class 'NoneType'>) None",Additional Notes
No response
The text was updated successfully, but these errors were encountered: