blob: 27be3bd72636a0a2b751ff7e86f9c09e692cca9c (
plain)
1
2
3
4
5
6
7
|
minor_changes:
- na_ontap_autosupport_invoke - warn when ``message`` alias is used as it will be removed - it conflicts with Ansible internal variable.
- na_ontap_login_message - warn when ``message`` alias is used as it will be removed - it conflicts with Ansible internal variable.
- na_ontap_motd - warn when ``message`` alias is used as it will be removed - it conflicts with Ansible internal variable.
- na_ontap_nfs - warn when ``nfsv4.1`` alias is used as it will be removed - it does not match Ansible naming convention.
bugfixes:
- na_ontap_firmware_upgrade - when enabled, disruptive_update would always update even when update is not required.
|