diff options
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5531.yaml')
-rw-r--r-- | ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5531.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5531.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5531.yaml new file mode 100644 index 000000000..27be3bd72 --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-5531.yaml @@ -0,0 +1,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. |