Hey there,
I’m currently trying to use java_keystore module and I’m getting a Unsupported major.minor version error (from java). I believe it might be something related with the version of Java vs Requirements. From docs (https://docs.ansible.com/ansible/latest/modules/java_keystore_module.html) the module requierements are openssl and keytool but no version guidelines are given. What are the requirements versions for this module?
I’m using Java 1.8 on my Ansible controller and OpenSSL 1.0.1f 6 Jan 2014.
Many thanks on any advice.