* Make sure that every test that uses package: requires setup_pkg_mgr. * Upgrade system packages for Arch Linux. * Re-enable java keytool tests on Arch. (cherry picked from commit 274b8cceef) Co-authored-by: Felix Fontein <felix@fontein.de>
274b8cceef
* Temporarily disable Java keytool installation on Archlinux. * Fix comment. (cherry picked from commit 0d0e695d8f) Co-authored-by: Felix Fontein <felix@fontein.de>
0d0e695d8f
* 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>