Skip java_cert and java_keystore tests on RHEL (#6995) Skip java_cert and java_keystore tests on RHEL. (cherry picked from commit cc5e1b6fe7) Co-authored-by: Felix Fontein <felix@fontein.de>
cc5e1b6fe7
* Add default license header to files which have no copyright or license header yet. * yml extension should have been xml...
* Try to run java_cert tests in CI. * Forgot to add meta/ * Exclude CentOS 6. * Add basic java_keystore tests. * Forgot that. * Without a CN, keytool always claims 'keystore password was incorrect' (sigh). * Improve/fix tests. Apparently the module cannot handle changed passwords. * Update tests/integration/targets/java_keystore/tasks/main.yml Co-authored-by: Tadej Borovšak <70951+tadeboro@users.noreply.github.com> * More simpliications. * Fix typo. Co-authored-by: Tadej Borovšak <70951+tadeboro@users.noreply.github.com>