#How to select utf8mb4 for volume language in Ansible?
1 messages · Page 1 of 1 (latest)
It is just defined as a string in the module, so you should be able to do it. Did you try it?
I've seen in https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_svm_module.html where it is mentioned "utf8mb4" in the language parameter. So I've asked customer to try out appending "utf8mb4" to their chosen language code. They have not decided to try it out yet.
the string is not to be appended to anything. it's just the name of the language
In https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_volume_module.html, under "Language" parameter, in the Comments, it is mentioned "To use UTF-8 as the NFS character set, append ‘.UTF-8’ to the language code", so for "utf8mb4", do we not append ".utf8mb4" instead if we want to use "utf8mb4"?