ansible-collection-netscaleradc
ansible-collection-netscaleradc copied to clipboard
[Bug]: `change_password` Password change for already logged-in user needs to save config before reboot
Summary
change_password Password change for already logged-in user needs to save config before reboot.
Please update the document accordingly
Issue Type
Bug Report
Component Name
change_password
Python Version
$ python --version # or python3 --version
Ansible Version
$ ansible --version
Ansible Configuration
$ ansible-config dump --only-changed
netscaler.adc Collection Version
$ ansible-galaxy collection list netscaler.adc
Target NetScaler Version
> show ns version
Equivalent NetScaler CLI Command
Steps to Reproduce
Expected Results
documentation should specify to the user to save the config before reboot
OR
enable save_config attribute as true for the netscaler.adc.change_password module
Actual Results
Additional Notes
No response