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
Setting the state to "unset" results in error:
fatal: [dkr_adc4 -> localhost]: FAILED! => {"changed": false, "msg": "value of state must be one of: absent, present, got: unset"}
However, while reproducing this, I found another issue as below for the systemuser module
fatal: [localhost]: FAILED! => {"changed": false, "msg": "argument 'timeout' is of type <class 'str'> and we were unable to convert to float: <class 'str'> cannot be converted to a float"}
The task I tried was
- name: Reset the userdelegate_to: localhostnetscaler.adc.systemuser:
state: unsetusername: testusertimeout: "true"
Summary
Setting the state to "unset" results in error:
fatal: [dkr_adc4 -> localhost]: FAILED! => {"changed": false, "msg": "value of state must be one of: absent, present, got: unset"}
According documentation it should be possible:
Issue Type
Bug Report
Component Name
netscaler.adc.systemuser
Python Version
Python 3.10.6
Ansible Version
Ansible Configuration
$ ansible-config dump --only-changed
netscaler.adc Collection Version
Target NetScaler Version
14.1 17.38
Equivalent NetScaler CLI Command
Steps to Reproduce
Expected Results
Unset is working
Actual Results
Additional Notes
No response
The text was updated successfully, but these errors were encountered: