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
Module should report that resources exist,
The module currrently tries to create the resources that already exist, as shown with --check option.
PLAY [Test dnsrec module] ***********************************************************************************************************************************************************************************************************************************
Summary
When running a dnsnsrec playbook a second time, the module errors out as resources already exist instead of reporting ok.
Issue Type
Bug Report
Component Name
dnsnsrec
Python Version
Python 3.11.9
Ansible Version
Ansible Configuration
netscaler.adc Collection Version
Target NetScaler Version
> show ns version
Equivalent NetScaler CLI Command
Steps to Reproduce
Expected Results
Module should report that resources exist,
The module currrently tries to create the resources that already exist, as shown with --check option.
PLAY [Test dnsrec module] ***********************************************************************************************************************************************************************************************************************************
TASK [Sample Task | dnsnsRec 1] *****************************************************************************************************************************************************************************************************************************
changed: [netscaler-> localhost]
TASK [Sample Task | dnsnsRec 2] *****************************************************************************************************************************************************************************************************************************
changed: [netscaler -> localhost]
PLAY RECAP **************************************************************************************************************************************************************************************************************************************************
netscaler : ok=2 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Actual Results
Additional Notes
No response
The text was updated successfully, but these errors were encountered: