Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
switch get_thumb to use context.wrap_socket
due to removal of ssl.wrap_socket in python 3.12
fixed mixed indentation and mixed variable naming to snake case, as per python standard
switch get_thumb to use context.wrap_socket due to removal of ssl.wrap_socket in python 3.12 fixed mixed indentation and mixed variable naming to snake case, as per python standard
This fixes https://github.com/vmware/ansible-for-nsxt/issues/517
Tested as working in my lab