1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00
community.general/changelogs/fragments/12238-java-cert-keytool-failure-detection.yml
Alexei Znamensky f4339d8c0d
java_cert: detect silent keytool failures by verifying import outcome (#12238)
* fix(java_cert): detect silent keytool failures by verifying import outcome

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test(java_cert): add integration tests for silent keytool failure detection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* changelog: add fragment for PR 12238

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* dummy

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 08:18:31 +02:00

4 lines
282 B
YAML

bugfixes:
- "java_cert - detect silent ``keytool`` failures by verifying the import outcome after the command exits with ``rc=0``
(https://github.com/ansible-collections/community.general/issues/6685,
https://github.com/ansible-collections/community.general/pull/12238)."